assume we have OpenSSL 0.9.7 these days

This commit is contained in:
David Rose 2006-08-29 19:22:01 +00:00
parent 8a6a9aa3a2
commit 33f957f9f0

View File

@ -399,8 +399,8 @@
#define OPENSSL_LPATH /usr/local/ssl/lib
#define OPENSSL_LIBS ssl crypto
#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
// error messages when they occur.