summaryrefslogtreecommitdiffstats
path: root/crypto/opensslconf.h.in
diff options
context:
space:
mode:
authorUlf Möller <ulf@openssl.org>1999-04-24 23:01:36 +0000
committerUlf Möller <ulf@openssl.org>1999-04-24 23:01:36 +0000
commitb0b7b1c5aed3d44ac4e3270ad622357ccabdaa82 (patch)
treeca3c4037fd829b500a3c9306189c1c7196d7910f /crypto/opensslconf.h.in
parent462ba4f6b60853223003951211e207c71cdb73c1 (diff)
New Configure option --openssldir to replace ssldir.pl.
Diffstat (limited to 'crypto/opensslconf.h.in')
-rw-r--r--crypto/opensslconf.h.in4
1 files changed, 4 insertions, 0 deletions
diff --git a/crypto/opensslconf.h.in b/crypto/opensslconf.h.in
index c8585133ec..f5e6c92f28 100644
--- a/crypto/opensslconf.h.in
+++ b/crypto/opensslconf.h.in
@@ -1,6 +1,10 @@
/* crypto/opensslconf.h */
/* WARNING: This file is autogenerated by Configure */
+#if defined(HEADER_CRYPTLIB_H) && !defined(OPENSSLDIR)
+#define OPENSSLDIR "/usr/local/ssl"
+#endif
+
#if defined(HEADER_IDEA_H) && !defined(IDEA_INT)
#define IDEA_INT unsigned int
#endif