summaryrefslogtreecommitdiff
path: root/src/lib/libcrypto/engine/eng_all.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/lib/libcrypto/engine/eng_all.c')
-rw-r--r--src/lib/libcrypto/engine/eng_all.c3
1 files changed, 1 insertions, 2 deletions
diff --git a/src/lib/libcrypto/engine/eng_all.c b/src/lib/libcrypto/engine/eng_all.c
index 014bcb132e..b428300e76 100644
--- a/src/lib/libcrypto/engine/eng_all.c
+++ b/src/lib/libcrypto/engine/eng_all.c
@@ -1,4 +1,4 @@
1/* $OpenBSD: eng_all.c,v 1.27 2015/02/07 13:19:15 doug Exp $ */ 1/* $OpenBSD: eng_all.c,v 1.28 2015/06/19 06:05:11 bcook Exp $ */
2/* Written by Richard Levitte <richard@levitte.org> for the OpenSSL 2/* Written by Richard Levitte <richard@levitte.org> for the OpenSSL
3 * project 2000. 3 * project 2000.
4 */ 4 */
@@ -70,7 +70,6 @@ ENGINE_load_builtin_engines(void)
70#ifndef OPENSSL_NO_RSAX 70#ifndef OPENSSL_NO_RSAX
71 ENGINE_load_rsax(); 71 ENGINE_load_rsax();
72#endif 72#endif
73 ENGINE_load_dynamic();
74#ifndef OPENSSL_NO_STATIC_ENGINE 73#ifndef OPENSSL_NO_STATIC_ENGINE
75#ifndef OPENSSL_NO_HW 74#ifndef OPENSSL_NO_HW
76#ifndef OPENSSL_NO_HW_PADLOCK 75#ifndef OPENSSL_NO_HW_PADLOCK