Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
View | Details | Raw Unified | Return to bug 592466
Collapse All | Expand All

(-)a/imap-send.c (-1 / +2 lines)
Lines 284-291 static int ssl_socket_connect(struct imap_socket *sock, int use_tls_only, int ve Link Here
284
	int ret;
284
	int ret;
285
	X509 *cert;
285
	X509 *cert;
286
286
287
#if OPENSSL_VERSION_NUMBER < 0x10100000L
287
	SSL_library_init();
288
	SSL_library_init();
288
	SSL_load_error_strings();
289
	SSL_load_error_strings();
290
#endif
289
291
290
	meth = SSLv23_method();
292
	meth = SSLv23_method();
291
	if (!meth) {
293
	if (!meth) {
292
- 

Return to bug 592466