diff options
| author | Sam Varshavchik | 2016-09-20 21:37:26 -0400 | 
|---|---|---|
| committer | Sam Varshavchik | 2016-09-20 21:37:26 -0400 | 
| commit | 5f7973cc9898685380e7256169e1d5eb8e5757e7 (patch) | |
| tree | 9c063edb9076d45513fb875e81280e577b68e889 /tcpd/configure.ac | |
| parent | 61669a2a45059cf24a4f1cf920ebf24503fea2e2 (diff) | |
| download | courier-libs-5f7973cc9898685380e7256169e1d5eb8e5757e7.tar.bz2 | |
OpenSSL: remove old deinitialization functions
Diffstat (limited to 'tcpd/configure.ac')
| -rw-r--r-- | tcpd/configure.ac | 1 | 
1 files changed, 1 insertions, 0 deletions
| diff --git a/tcpd/configure.ac b/tcpd/configure.ac index 447ba72..e3c25b1 100644 --- a/tcpd/configure.ac +++ b/tcpd/configure.ac @@ -286,6 +286,7 @@ AC_MSG_RESULT($spipe)  AC_CHECK_HEADER(openssl/ssl.h,have_ssl_h=yes,have_ssl_h=no)  AC_CHECK_LIB(ssl, SSL_load_error_strings, have_ssl=yes, have_ssl=no,  	-lcrypto) +AC_CHECK_LIB(ssl, OPENSSL_cleanup,have_ssl=yes)  if test "$have_ssl" = "yes"  then | 
