Integrating authentication - now all authentication attempts fail (still work in progress).
This commit is contained in:
@@ -46,7 +46,7 @@
|
||||
// "2. Can I use OpenSSL with GPL software?"
|
||||
// http://www.openssl.org/support/faq.html#LEGAL2
|
||||
//
|
||||
#if defined(__APPLE__) || defined(__OpenBSD__) || defined(__FreeBSD__) || defined(__NetBSD__)
|
||||
#if defined (_WIN32) || defined(__APPLE__) || defined(__OpenBSD__) || defined(__FreeBSD__) || defined(__NetBSD__)
|
||||
#define HAVE_OPENSSL
|
||||
#endif
|
||||
|
||||
|
||||
Reference in New Issue
Block a user