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/libcouriertls.c | |
| parent | 61669a2a45059cf24a4f1cf920ebf24503fea2e2 (diff) | |
| download | courier-libs-5f7973cc9898685380e7256169e1d5eb8e5757e7.tar.bz2 | |
OpenSSL: remove old deinitialization functions
Diffstat (limited to 'tcpd/libcouriertls.c')
| -rw-r--r-- | tcpd/libcouriertls.c | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/tcpd/libcouriertls.c b/tcpd/libcouriertls.c index 81ef3e2..0c091ba 100644 --- a/tcpd/libcouriertls.c +++ b/tcpd/libcouriertls.c @@ -608,8 +608,10 @@ SSL_CTX *tls_create_int(int isserver, const struct tls_info *info, if (first) { first=0; +#if OPENSSL_API_COMPAT < 0x10100000L SSL_load_error_strings(); SSLeay_add_ssl_algorithms(); +#endif while (RAND_status() != 1) { |
