openssl is standard these days

This commit is contained in:
David Rose 2011-12-13 02:18:49 +00:00
parent 84a38c8d2f
commit 71a2acd208

View File

@ -438,8 +438,8 @@
#define HAVE_STL_HASH
// Is OpenSSL installed, and where?
#define OPENSSL_IPATH /usr/local/ssl/include
#define OPENSSL_LPATH /usr/local/ssl/lib
#define OPENSSL_IPATH
#define OPENSSL_LPATH
#define OPENSSL_LIBS ssl crypto
#defer HAVE_OPENSSL $[libtest $[OPENSSL_LPATH],$[OPENSSL_LIBS]]