summaryrefslogtreecommitdiff
path: root/lib/libcrypto
diff options
context:
space:
mode:
authorBrent Cook <bcook@cvs.openbsd.org>2015-06-19 06:05:12 +0000
committerBrent Cook <bcook@cvs.openbsd.org>2015-06-19 06:05:12 +0000
commit9027e67a4efc9d7731577791f93861dcd0cafb44 (patch)
treed52c04b554e372812c98bd4a06644bc820681d28 /lib/libcrypto
parent16ae708b66958e25048fea9edeaf4da527eea279 (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')
-rw-r--r--lib/libcrypto/crypto/arch/alpha/opensslconf.h1
-rw-r--r--lib/libcrypto/crypto/arch/amd64/opensslconf.h1
-rw-r--r--lib/libcrypto/crypto/arch/arm/opensslconf.h1
-rw-r--r--lib/libcrypto/crypto/arch/hppa/opensslconf.h1
-rw-r--r--lib/libcrypto/crypto/arch/hppa64/opensslconf.h1
-rw-r--r--lib/libcrypto/crypto/arch/i386/opensslconf.h1
-rw-r--r--lib/libcrypto/crypto/arch/m88k/opensslconf.h1
-rw-r--r--lib/libcrypto/crypto/arch/mips64/opensslconf.h1
-rw-r--r--lib/libcrypto/crypto/arch/powerpc/opensslconf.h1
-rw-r--r--lib/libcrypto/crypto/arch/sh/opensslconf.h1
-rw-r--r--lib/libcrypto/crypto/arch/sparc/opensslconf.h1
-rw-r--r--lib/libcrypto/crypto/arch/sparc64/opensslconf.h1
-rw-r--r--lib/libcrypto/crypto/arch/vax/opensslconf.h1
13 files changed, 0 insertions, 13 deletions
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