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

(-)courier-imap-4.0.6.orig/tcpd/libcouriertls.c (+5 lines)
Lines 405-410 Link Here
405
	SSL_load_error_strings();
405
	SSL_load_error_strings();
406
	SSLeay_add_ssl_algorithms();
406
	SSLeay_add_ssl_algorithms();
407
407
408
	/* Init available hardware crypto engines. */
409
	ENGINE_load_builtin_engines();
410
	ENGINE_register_all_complete();
411
	ENGINE_set_default_ciphers(ENGINE_by_id("padlock"));
412
408
	info_copy=malloc(sizeof(struct tls_info));
413
	info_copy=malloc(sizeof(struct tls_info));
409
414
410
	if (info_copy == NULL)
415
	if (info_copy == NULL)
(-)courier-imap-4.0.6.orig/tcpd/starttls.c (+1 lines)
Lines 50-55 Link Here
50
#include	<arpa/inet.h>
50
#include	<arpa/inet.h>
51
#define	DEBUG_SAFESTACK	1	/* For openssl 0.9.6 */
51
#define	DEBUG_SAFESTACK	1	/* For openssl 0.9.6 */
52
52
53
#include <openssl/engine.h>
53
#include	<openssl/ssl.h>
54
#include	<openssl/ssl.h>
54
#include	<openssl/err.h>
55
#include	<openssl/err.h>
55
56

Return to bug 185727