From 684d779483d9bd066aa4d85825fce3ef749e3512 Mon Sep 17 00:00:00 2001 From: lotodore Date: Fri, 20 Feb 2009 17:27:48 +0000 Subject: [PATCH] Adding a note explaining the OpenSSL license issues. Thanks coldz. --- src/core/openssl_wrapper.h | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/src/core/openssl_wrapper.h b/src/core/openssl_wrapper.h index 9973a08d..e1907457 100644 --- a/src/core/openssl_wrapper.h +++ b/src/core/openssl_wrapper.h @@ -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