diff options
author | bcook <> | 2015-06-19 06:05:11 +0000 |
---|---|---|
committer | bcook <> | 2015-06-19 06:05:11 +0000 |
commit | 3293ee7f21e12c11500db87f81e518c9dada1317 (patch) | |
tree | 538e72acb11427108f44223401736d2fbf8567b3 /src/lib/libcrypto/engine/eng_all.c | |
parent | 1e5789c97a8071094172fd10fb49618ac87026ef (diff) | |
download | openbsd-3293ee7f21e12c11500db87f81e518c9dada1317.tar.gz openbsd-3293ee7f21e12c11500db87f81e518c9dada1317.tar.bz2 openbsd-3293ee7f21e12c11500db87f81e518c9dada1317.zip |
Disable ENGINE_load_dynamic (dynamic engine support).
We do not build, test or ship any dynamic engines, so we can remove the dynamic
engine loader as well. This leaves a stub initialization function in its place.
ok beck@, reyk@, miod@
Diffstat (limited to 'src/lib/libcrypto/engine/eng_all.c')
-rw-r--r-- | src/lib/libcrypto/engine/eng_all.c | 3 |
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 |