Re: [PATCH] imap-send: Fix compilation without deprecated OpenSSL APIs

2018-12-28 Thread Junio C Hamano
Rosen Penev writes: > On Wed, Dec 26, 2018 at 10:32 PM Junio C Hamano wrote: >> >> Rosen Penev writes: >> >> > Initialization in OpenSSL has been deprecated in version 1.1. >> >> https://www.openssl.org/docs/man1.0.2/ssl/SSL_library_init.html says >> >> SSL_library_init() must be called

Re: [PATCH] imap-send: Fix compilation without deprecated OpenSSL APIs

2018-12-27 Thread Rosen Penev
On Wed, Dec 26, 2018 at 10:32 PM Junio C Hamano wrote: > > Rosen Penev writes: > > > Initialization in OpenSSL has been deprecated in version 1.1. > > https://www.openssl.org/docs/man1.0.2/ssl/SSL_library_init.html says > > SSL_library_init() must be called before any other action takes >

Re: [PATCH] imap-send: Fix compilation without deprecated OpenSSL APIs

2018-12-26 Thread Junio C Hamano
Rosen Penev writes: > Initialization in OpenSSL has been deprecated in version 1.1. https://www.openssl.org/docs/man1.0.2/ssl/SSL_library_init.html says SSL_library_init() must be called before any other action takes place. https://www.openssl.org/docs/man1.1.0/ssl/SSL_library

[PATCH] imap-send: Fix compilation without deprecated OpenSSL APIs

2018-12-26 Thread Rosen Penev
Initialization in OpenSSL has been deprecated in version 1.1. This makes compilation fail when deprecated APIs for OpenSSL are compile-time disabled. Signed-off-by: Rosen Penev --- imap-send.c | 2 ++ 1 file changed, 2 insertions(+) diff --git a/imap-send.c b/imap-send.c index b4eb886e2..21f741