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

(-)openssl-0.9.8e.orig/ssl/ssl_algs.c (+7 lines)
Lines 57-62 Link Here
57
 */
57
 */
58
58
59
#include <stdio.h>
59
#include <stdio.h>
60
#include <openssl/engine.h>
60
#include <openssl/objects.h>
61
#include <openssl/objects.h>
61
#include <openssl/lhash.h>
62
#include <openssl/lhash.h>
62
#include "ssl_locl.h"
63
#include "ssl_locl.h"
Lines 126-131 Link Here
126
#endif
127
#endif
127
	/* initialize cipher/digest methods table */
128
	/* initialize cipher/digest methods table */
128
	ssl_load_ciphers();
129
	ssl_load_ciphers();
130
131
	/* Init available hardware crypto engines. */
132
	ENGINE_load_builtin_engines();
133
	ENGINE_register_all_complete();
134
	ENGINE_set_default_ciphers(ENGINE_by_id("padlock"));
135
129
	return(1);
136
	return(1);
130
	}
137
	}
131
138

Return to bug 195634