@@ -, +, @@ --- imap-send.c | 2 ++ 1 file changed, 2 insertions(+) --- a/imap-send.c +++ a/imap-send.c @@ -284,8 +284,10 @@ static int ssl_socket_connect(struct imap_socket *sock, int use_tls_only, int ve int ret; X509 *cert; +#if OPENSSL_VERSION_NUMBER < 0x10100000L SSL_library_init(); SSL_load_error_strings(); +#endif meth = SSLv23_method(); if (!meth) { --