Continuing adding X509 V3 support. This starts to integrate the code with
[openssl.git] / e_os.h
diff --git a/e_os.h b/e_os.h
index 510db0e9ac5dae434cf306014e66726267970dcb..b105fa91994165cc31902b6358c12443e03457c1 100644 (file)
--- a/e_os.h
+++ b/e_os.h
@@ -172,7 +172,8 @@ extern "C" {
 #ifndef R_OK
 #  define R_OK 4
 #endif
-#  define SSLEAY_CONF  "ssleay.cnf"
+#  define OPENSSL_CONF "openssl.cnf"
+#  define SSLEAY_CONF  OPENSSL_CONF
 #  define NUL_DEV      "nul"
 #  define RFILE                ".rnd"
 
@@ -184,7 +185,8 @@ extern "C" {
 #    include <unistd.h>
 #  endif
 
-#  define SSLEAY_CONF  "ssleay.cnf"
+#  define OPENSSL_CONF "openssl.cnf"
+#  define SSLEAY_CONF  OPENSSL_CONF
 #  define RFILE                ".rnd"
 #  define LIST_SEPARATOR_CHAR ':'
 #  ifndef MONOLITH