Przeglądaj źródła

I don't think we need OPENSSL_097 anymore

rdb 15 lat temu
rodzic
commit
cdea7d12b5
2 zmienionych plików z 0 dodań i 3 usunięć
  1. 0 2
      dtool/Config.pp
  2. 0 1
      dtool/LocalSetup.pp

+ 0 - 2
dtool/Config.pp

@@ -461,8 +461,6 @@
 #define OPENSSL_LPATH /usr/local/ssl/lib
 #define OPENSSL_LIBS ssl crypto
 #defer HAVE_OPENSSL $[libtest $[OPENSSL_LPATH],$[OPENSSL_LIBS]]
-// 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
 // error messages when they occur.

+ 0 - 1
dtool/LocalSetup.pp

@@ -275,7 +275,6 @@ $[cdefine HAVE_ARTOOLKIT]
 
 /* Define if we have OpenSSL installed.  */
 $[cdefine HAVE_OPENSSL]
-$[cdefine OPENSSL_097]
 $[cdefine REPORT_OPENSSL_ERRORS]
 
 /* Define if we have libjpeg installed.  */