summaryrefslogtreecommitdiff
path: root/crypto/opensslconf.h.in
diff options
context:
space:
mode:
authorgeoff <geoff>2004-06-01 03:18:54 +0000
committergeoff <geoff>2004-06-01 03:18:54 +0000
commite16d9c3f61b3c93e7f3cfb4c7fe90b437577b2b1 (patch)
tree8523c94183dbdcb6a01a7359dce5c4dd9eeb69d5 /crypto/opensslconf.h.in
parent84ed5312dcd9539783f3ceea17db4d560d14acd5 (diff)
downloadopenssl-e16d9c3f61b3c93e7f3cfb4c7fe90b437577b2b1.tar.gz
This fixes the installation target for dynamic engines, which was trying to
install to a different location than it had created. (BTW, VMS will need a matching fix in eng_list.c.) Note, these aren't ssl-specific, so I'm putting "engines/" into the libs directory rather than at the "--prefix" level or inside "ssl/".
Diffstat (limited to 'crypto/opensslconf.h.in')
-rw-r--r--crypto/opensslconf.h.in1
1 files changed, 1 insertions, 0 deletions
diff --git a/crypto/opensslconf.h.in b/crypto/opensslconf.h.in
index 685e83b7a..cee83acf9 100644
--- a/crypto/opensslconf.h.in
+++ b/crypto/opensslconf.h.in
@@ -5,6 +5,7 @@
#if !(defined(VMS) || defined(__VMS)) /* VMS uses logical names instead */
#if defined(HEADER_CRYPTLIB_H) && !defined(OPENSSLDIR)
+#define ENGINESDIR "/usr/local/lib/engines"
#define OPENSSLDIR "/usr/local/ssl"
#endif
#endif