diff options
| author | bcook <> | 2015-06-19 06:05:11 +0000 |
|---|---|---|
| committer | bcook <> | 2015-06-19 06:05:11 +0000 |
| commit | 1ef7c35782edea8e65610a2d9d6d6d08ea90983c (patch) | |
| tree | 538e72acb11427108f44223401736d2fbf8567b3 /src/lib/libcrypto/engine/eng_all.c | |
| parent | bbb9ffa5138c3c5789944a49a1723c3f37a04fef (diff) | |
| download | openbsd-1ef7c35782edea8e65610a2d9d6d6d08ea90983c.tar.gz openbsd-1ef7c35782edea8e65610a2d9d6d6d08ea90983c.tar.bz2 openbsd-1ef7c35782edea8e65610a2d9d6d6d08ea90983c.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 |
