From 9027e67a4efc9d7731577791f93861dcd0cafb44 Mon Sep 17 00:00:00 2001 From: Brent Cook Date: Fri, 19 Jun 2015 06:05:12 +0000 Subject: 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@ --- lib/libcrypto/crypto/arch/alpha/opensslconf.h | 1 - lib/libcrypto/crypto/arch/amd64/opensslconf.h | 1 - lib/libcrypto/crypto/arch/arm/opensslconf.h | 1 - lib/libcrypto/crypto/arch/hppa/opensslconf.h | 1 - lib/libcrypto/crypto/arch/hppa64/opensslconf.h | 1 - lib/libcrypto/crypto/arch/i386/opensslconf.h | 1 - lib/libcrypto/crypto/arch/m88k/opensslconf.h | 1 - lib/libcrypto/crypto/arch/mips64/opensslconf.h | 1 - lib/libcrypto/crypto/arch/powerpc/opensslconf.h | 1 - lib/libcrypto/crypto/arch/sh/opensslconf.h | 1 - lib/libcrypto/crypto/arch/sparc/opensslconf.h | 1 - lib/libcrypto/crypto/arch/sparc64/opensslconf.h | 1 - lib/libcrypto/crypto/arch/vax/opensslconf.h | 1 - 13 files changed, 13 deletions(-) (limited to 'lib/libcrypto') diff --git a/lib/libcrypto/crypto/arch/alpha/opensslconf.h b/lib/libcrypto/crypto/arch/alpha/opensslconf.h index 6e1e9b6f530..a74c6df644c 100644 --- a/lib/libcrypto/crypto/arch/alpha/opensslconf.h +++ b/lib/libcrypto/crypto/arch/alpha/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 diff --git a/lib/libcrypto/crypto/arch/amd64/opensslconf.h b/lib/libcrypto/crypto/arch/amd64/opensslconf.h index c64d4d336cc..cbd5d53ca4b 100644 --- a/lib/libcrypto/crypto/arch/amd64/opensslconf.h +++ b/lib/libcrypto/crypto/arch/amd64/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 diff --git a/lib/libcrypto/crypto/arch/arm/opensslconf.h b/lib/libcrypto/crypto/arch/arm/opensslconf.h index afbd54ed3db..e3795ce73ae 100644 --- a/lib/libcrypto/crypto/arch/arm/opensslconf.h +++ b/lib/libcrypto/crypto/arch/arm/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 diff --git a/lib/libcrypto/crypto/arch/hppa/opensslconf.h b/lib/libcrypto/crypto/arch/hppa/opensslconf.h index afbd54ed3db..e3795ce73ae 100644 --- a/lib/libcrypto/crypto/arch/hppa/opensslconf.h +++ b/lib/libcrypto/crypto/arch/hppa/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 diff --git a/lib/libcrypto/crypto/arch/hppa64/opensslconf.h b/lib/libcrypto/crypto/arch/hppa64/opensslconf.h index 73df98a2b58..54b8f59b76e 100644 --- a/lib/libcrypto/crypto/arch/hppa64/opensslconf.h +++ b/lib/libcrypto/crypto/arch/hppa64/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 diff --git a/lib/libcrypto/crypto/arch/i386/opensslconf.h b/lib/libcrypto/crypto/arch/i386/opensslconf.h index e47000cf63e..37137ff1022 100644 --- a/lib/libcrypto/crypto/arch/i386/opensslconf.h +++ b/lib/libcrypto/crypto/arch/i386/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 diff --git a/lib/libcrypto/crypto/arch/m88k/opensslconf.h b/lib/libcrypto/crypto/arch/m88k/opensslconf.h index afbd54ed3db..e3795ce73ae 100644 --- a/lib/libcrypto/crypto/arch/m88k/opensslconf.h +++ b/lib/libcrypto/crypto/arch/m88k/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 diff --git a/lib/libcrypto/crypto/arch/mips64/opensslconf.h b/lib/libcrypto/crypto/arch/mips64/opensslconf.h index 52159f3013f..ef7a679d94f 100644 --- a/lib/libcrypto/crypto/arch/mips64/opensslconf.h +++ b/lib/libcrypto/crypto/arch/mips64/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 diff --git a/lib/libcrypto/crypto/arch/powerpc/opensslconf.h b/lib/libcrypto/crypto/arch/powerpc/opensslconf.h index afbd54ed3db..e3795ce73ae 100644 --- a/lib/libcrypto/crypto/arch/powerpc/opensslconf.h +++ b/lib/libcrypto/crypto/arch/powerpc/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 diff --git a/lib/libcrypto/crypto/arch/sh/opensslconf.h b/lib/libcrypto/crypto/arch/sh/opensslconf.h index afbd54ed3db..e3795ce73ae 100644 --- a/lib/libcrypto/crypto/arch/sh/opensslconf.h +++ b/lib/libcrypto/crypto/arch/sh/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 diff --git a/lib/libcrypto/crypto/arch/sparc/opensslconf.h b/lib/libcrypto/crypto/arch/sparc/opensslconf.h index afbd54ed3db..e3795ce73ae 100644 --- a/lib/libcrypto/crypto/arch/sparc/opensslconf.h +++ b/lib/libcrypto/crypto/arch/sparc/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 diff --git a/lib/libcrypto/crypto/arch/sparc64/opensslconf.h b/lib/libcrypto/crypto/arch/sparc64/opensslconf.h index 52159f3013f..ef7a679d94f 100644 --- a/lib/libcrypto/crypto/arch/sparc64/opensslconf.h +++ b/lib/libcrypto/crypto/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 diff --git a/lib/libcrypto/crypto/arch/vax/opensslconf.h b/lib/libcrypto/crypto/arch/vax/opensslconf.h index afbd54ed3db..e3795ce73ae 100644 --- a/lib/libcrypto/crypto/arch/vax/opensslconf.h +++ b/lib/libcrypto/crypto/arch/vax/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 -- cgit v1.2.3