Adding a note explaining the OpenSSL license issues. Thanks coldz.

This commit is contained in:
lotodore
2009-02-20 17:27:48 +00:00
parent 8b63c84da3
commit 684d779483
+5
View File
@@ -41,6 +41,11 @@
#endif
// For BSD-Systems, we assume that OpenSSL is part of the operating system.
//
// make sure you understood the following issue before defining this directive.
// "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__)
#define HAVE_OPENSSL
#endif