Browse Source

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@
OPENBSD_5_8
bcook 9 years ago
parent
commit
2236cfa979
13 changed files with 0 additions and 13 deletions
  1. +0
    -1
      src/lib/libcrypto/crypto/arch/alpha/opensslconf.h
  2. +0
    -1
      src/lib/libcrypto/crypto/arch/amd64/opensslconf.h
  3. +0
    -1
      src/lib/libcrypto/crypto/arch/arm/opensslconf.h
  4. +0
    -1
      src/lib/libcrypto/crypto/arch/hppa/opensslconf.h
  5. +0
    -1
      src/lib/libcrypto/crypto/arch/hppa64/opensslconf.h
  6. +0
    -1
      src/lib/libcrypto/crypto/arch/i386/opensslconf.h
  7. +0
    -1
      src/lib/libcrypto/crypto/arch/m88k/opensslconf.h
  8. +0
    -1
      src/lib/libcrypto/crypto/arch/mips64/opensslconf.h
  9. +0
    -1
      src/lib/libcrypto/crypto/arch/powerpc/opensslconf.h
  10. +0
    -1
      src/lib/libcrypto/crypto/arch/sh/opensslconf.h
  11. +0
    -1
      src/lib/libcrypto/crypto/arch/sparc/opensslconf.h
  12. +0
    -1
      src/lib/libcrypto/crypto/arch/sparc64/opensslconf.h
  13. +0
    -1
      src/lib/libcrypto/crypto/arch/vax/opensslconf.h

+ 0
- 1
src/lib/libcrypto/crypto/arch/alpha/opensslconf.h View File

@ -5,7 +5,6 @@
#undef I386_ONLY
#if defined(HEADER_CRYPTLIB_H) && !defined(OPENSSLDIR)
#define ENGINESDIR "/usr/lib/engines"
#define OPENSSLDIR "/etc/ssl"
#endif


+ 0
- 1
src/lib/libcrypto/crypto/arch/amd64/opensslconf.h View File

@ -5,7 +5,6 @@
#undef I386_ONLY
#if defined(HEADER_CRYPTLIB_H) && !defined(OPENSSLDIR)
#define ENGINESDIR "/usr/lib/engines"
#define OPENSSLDIR "/etc/ssl"
#endif


+ 0
- 1
src/lib/libcrypto/crypto/arch/arm/opensslconf.h View File

@ -5,7 +5,6 @@
#undef I386_ONLY
#if defined(HEADER_CRYPTLIB_H) && !defined(OPENSSLDIR)
#define ENGINESDIR "/usr/lib/engines"
#define OPENSSLDIR "/etc/ssl"
#endif


+ 0
- 1
src/lib/libcrypto/crypto/arch/hppa/opensslconf.h View File

@ -5,7 +5,6 @@
#undef I386_ONLY
#if defined(HEADER_CRYPTLIB_H) && !defined(OPENSSLDIR)
#define ENGINESDIR "/usr/lib/engines"
#define OPENSSLDIR "/etc/ssl"
#endif


+ 0
- 1
src/lib/libcrypto/crypto/arch/hppa64/opensslconf.h View File

@ -5,7 +5,6 @@
#undef I386_ONLY
#if defined(HEADER_CRYPTLIB_H) && !defined(OPENSSLDIR)
#define ENGINESDIR "/usr/lib/engines"
#define OPENSSLDIR "/etc/ssl"
#endif


+ 0
- 1
src/lib/libcrypto/crypto/arch/i386/opensslconf.h View File

@ -5,7 +5,6 @@
#undef I386_ONLY
#if defined(HEADER_CRYPTLIB_H) && !defined(OPENSSLDIR)
#define ENGINESDIR "/usr/lib/engines"
#define OPENSSLDIR "/etc/ssl"
#endif


+ 0
- 1
src/lib/libcrypto/crypto/arch/m88k/opensslconf.h View File

@ -5,7 +5,6 @@
#undef I386_ONLY
#if defined(HEADER_CRYPTLIB_H) && !defined(OPENSSLDIR)
#define ENGINESDIR "/usr/lib/engines"
#define OPENSSLDIR "/etc/ssl"
#endif


+ 0
- 1
src/lib/libcrypto/crypto/arch/mips64/opensslconf.h View File

@ -5,7 +5,6 @@
#undef I386_ONLY
#if defined(HEADER_CRYPTLIB_H) && !defined(OPENSSLDIR)
#define ENGINESDIR "/usr/lib/engines"
#define OPENSSLDIR "/etc/ssl"
#endif


+ 0
- 1
src/lib/libcrypto/crypto/arch/powerpc/opensslconf.h View File

@ -5,7 +5,6 @@
#undef I386_ONLY
#if defined(HEADER_CRYPTLIB_H) && !defined(OPENSSLDIR)
#define ENGINESDIR "/usr/lib/engines"
#define OPENSSLDIR "/etc/ssl"
#endif


+ 0
- 1
src/lib/libcrypto/crypto/arch/sh/opensslconf.h View File

@ -5,7 +5,6 @@
#undef I386_ONLY
#if defined(HEADER_CRYPTLIB_H) && !defined(OPENSSLDIR)
#define ENGINESDIR "/usr/lib/engines"
#define OPENSSLDIR "/etc/ssl"
#endif


+ 0
- 1
src/lib/libcrypto/crypto/arch/sparc/opensslconf.h View File

@ -5,7 +5,6 @@
#undef I386_ONLY
#if defined(HEADER_CRYPTLIB_H) && !defined(OPENSSLDIR)
#define ENGINESDIR "/usr/lib/engines"
#define OPENSSLDIR "/etc/ssl"
#endif


+ 0
- 1
src/lib/libcrypto/crypto/arch/sparc64/opensslconf.h View File

@ -5,7 +5,6 @@
#undef I386_ONLY
#if defined(HEADER_CRYPTLIB_H) && !defined(OPENSSLDIR)
#define ENGINESDIR "/usr/lib/engines"
#define OPENSSLDIR "/etc/ssl"
#endif


+ 0
- 1
src/lib/libcrypto/crypto/arch/vax/opensslconf.h View File

@ -5,7 +5,6 @@
#undef I386_ONLY
#if defined(HEADER_CRYPTLIB_H) && !defined(OPENSSLDIR)
#define ENGINESDIR "/usr/lib/engines"
#define OPENSSLDIR "/etc/ssl"
#endif


Loading…
Cancel
Save