New Configure option --openssldir to replace ssldir.pl.
[openssl.git] / crypto / opensslconf.h.in
index c8585133ecb25615fe5d42f9a1d1a09e858e2f01..f5e6c92f2802f01a9afeed23c9eefdab43651089 100644 (file)
@@ -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