View | Details | Raw Unified | Return to bug 2931 | Differences between
and this patch

Collapse All | Expand All

(-)openbsd-compat/openssl-compat.c (-1 / +1 lines)
Lines 76-82 Link Here
76
	ENGINE_load_builtin_engines();
76
	ENGINE_load_builtin_engines();
77
	ENGINE_register_all_complete();
77
	ENGINE_register_all_complete();
78
78
79
#if OPENSSL_VERSION_NUMBER < 0x10001000L
79
#if OPENSSL_VERSION_NUMBER < 0x10100000L
80
	OPENSSL_config(NULL);
80
	OPENSSL_config(NULL);
81
#else
81
#else
82
	OPENSSL_init_crypto(OPENSSL_INIT_ADD_ALL_CIPHERS |
82
	OPENSSL_init_crypto(OPENSSL_INIT_ADD_ALL_CIPHERS |

Return to bug 2931