diff options
author | Brent Cook <bcook@cvs.openbsd.org> | 2015-06-19 06:05:12 +0000 |
---|---|---|
committer | Brent Cook <bcook@cvs.openbsd.org> | 2015-06-19 06:05:12 +0000 |
commit | 3f0ece0b2d2d6f20a010998b41dbcf33a8f2de4c (patch) | |
tree | 5fdbe8a3acd8e8dd3536c4188bf0225ed1aaad2c /lib/libcrypto/arch/sparc64 | |
parent | 5399a41c7978dae58aed0be9b74fa51e3c996c8a (diff) |
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 'lib/libcrypto/arch/sparc64')
-rw-r--r-- | lib/libcrypto/arch/sparc64/opensslconf.h | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/lib/libcrypto/arch/sparc64/opensslconf.h b/lib/libcrypto/arch/sparc64/opensslconf.h index 52159f3013f..ef7a679d94f 100644 --- a/lib/libcrypto/arch/sparc64/opensslconf.h +++ b/lib/libcrypto/arch/sparc64/opensslconf.h @@ -5,7 +5,6 @@ #undef I386_ONLY #if defined(HEADER_CRYPTLIB_H) && !defined(OPENSSLDIR) -#define ENGINESDIR "/usr/lib/engines" #define OPENSSLDIR "/etc/ssl" #endif |