소스 검색

I don't think we need OPENSSL_097 anymore

rdb 15 년 전
부모
커밋
cdea7d12b5
2개의 변경된 파일0개의 추가작업 그리고 3개의 파일을 삭제
  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.  */