Browse Source

assume we have OpenSSL 0.9.7 these days

David Rose 19 years ago
parent
commit
33f957f9f0
1 changed files with 2 additions and 2 deletions
  1. 2 2
      dtool/Config.pp

+ 2 - 2
dtool/Config.pp

@@ -399,8 +399,8 @@
 #define OPENSSL_LPATH /usr/local/ssl/lib
 #define OPENSSL_LPATH /usr/local/ssl/lib
 #define OPENSSL_LIBS ssl crypto
 #define OPENSSL_LIBS ssl crypto
 #defer HAVE_OPENSSL $[libtest $[OPENSSL_LPATH],$[OPENSSL_LIBS]]
 #defer HAVE_OPENSSL $[libtest $[OPENSSL_LPATH],$[OPENSSL_LIBS]]
-// Define this nonempty if your version of OpenSSL is 0.9.7 or better.
-#define OPENSSL_097
+// Redefine this to empty if your version of OpenSSL is prior to 0.9.7.
+#define OPENSSL_097 1
 
 
 // Define this true to include the OpenSSL code to report verbose
 // Define this true to include the OpenSSL code to report verbose
 // error messages when they occur.
 // error messages when they occur.