aboutsummaryrefslogtreecommitdiffstats
path: root/crypto/opensslconf.h.in
diff options
context:
space:
mode:
authorGeoff Thorpe <geoff@openssl.org>2004-06-01 03:18:58 +0000
committerGeoff Thorpe <geoff@openssl.org>2004-06-01 03:18:58 +0000
commit9081980565988d351582998148782a8c91a55e93 (patch)
treefa4e3068e81ec6f22d42877968ba7371e5053d33 /crypto/opensslconf.h.in
parent393b704d282909dff28bdca80e2d8a1d404086f4 (diff)
downloadopenssl-9081980565988d351582998148782a8c91a55e93.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 685e83b7a3..cee83acf98 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