mirror of
https://github.com/panda3d/panda3d.git
synced 2025-10-03 18:31:55 -04:00
I don't think we need OPENSSL_097 anymore
This commit is contained in:
parent
a5624d497e
commit
cdea7d12b5
@ -461,8 +461,6 @@
|
|||||||
#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]]
|
||||||
// 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.
|
||||||
|
@ -275,7 +275,6 @@ $[cdefine HAVE_ARTOOLKIT]
|
|||||||
|
|
||||||
/* Define if we have OpenSSL installed. */
|
/* Define if we have OpenSSL installed. */
|
||||||
$[cdefine HAVE_OPENSSL]
|
$[cdefine HAVE_OPENSSL]
|
||||||
$[cdefine OPENSSL_097]
|
|
||||||
$[cdefine REPORT_OPENSSL_ERRORS]
|
$[cdefine REPORT_OPENSSL_ERRORS]
|
||||||
|
|
||||||
/* Define if we have libjpeg installed. */
|
/* Define if we have libjpeg installed. */
|
||||||
|
Loading…
x
Reference in New Issue
Block a user