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/arch/sparc | |
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/arch/sparc')
-rw-r--r-- | src/lib/libcrypto/arch/sparc/opensslconf.h | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/src/lib/libcrypto/arch/sparc/opensslconf.h b/src/lib/libcrypto/arch/sparc/opensslconf.h index afbd54ed3d..e3795ce73a 100644 --- a/src/lib/libcrypto/arch/sparc/opensslconf.h +++ b/src/lib/libcrypto/arch/sparc/opensslconf.h | |||
@@ -5,7 +5,6 @@ | |||
5 | #undef I386_ONLY | 5 | #undef I386_ONLY |
6 | 6 | ||
7 | #if defined(HEADER_CRYPTLIB_H) && !defined(OPENSSLDIR) | 7 | #if defined(HEADER_CRYPTLIB_H) && !defined(OPENSSLDIR) |
8 | #define ENGINESDIR "/usr/lib/engines" | ||
9 | #define OPENSSLDIR "/etc/ssl" | 8 | #define OPENSSLDIR "/etc/ssl" |
10 | #endif | 9 | #endif |
11 | 10 | ||