Browse Source

add SSL_097

David Rose 23 years ago
parent
commit
cd5ffe21a1
2 changed files with 3 additions and 0 deletions
  1. 2 0
      dtool/Config.pp
  2. 1 0
      dtool/LocalSetup.pp

+ 2 - 0
dtool/Config.pp

@@ -201,6 +201,8 @@
 #define SSL_LPATH /usr/local/ssl/lib
 #define SSL_LIBS ssl crypto
 #defer HAVE_SSL $[libtest $[SSL_LPATH],$[SSL_LIBS]]
+// Define this nonempty if your version of OpenSSL is 0.9.7 or better.
+#define SSL_097
 
 // Is Crypto++ installed, and where?
 #define CRYPTO_IPATH /usr/include/crypto++

+ 1 - 0
dtool/LocalSetup.pp

@@ -30,6 +30,7 @@ $[cdefine HAVE_NSPR]
 
 /* Define if we have OpenSSL installed.  */
 $[cdefine HAVE_SSL]
+$[cdefine SSL_097]
 
 /* Define if we have crypto++ installed.  */
 $[cdefine HAVE_CRYPTO]