add SSL_097

This commit is contained in:
David Rose 2002-09-27 22:31:00 +00:00
parent d231aa4421
commit cd5ffe21a1
2 changed files with 3 additions and 0 deletions

View File

@ -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++

View File

@ -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]