X-Git-Url: https://git.openssl.org/?p=openssl.git;a=blobdiff_plain;f=e_os.h;h=b105fa91994165cc31902b6358c12443e03457c1;hp=510db0e9ac5dae434cf306014e66726267970dcb;hb=4c441f30bb0926edd87dd0c9c3663632842d52e3;hpb=31b8d8684441e6cd5138832bb1b2ddb10acd6ba6 diff --git a/e_os.h b/e_os.h index 510db0e9ac..b105fa9199 100644 --- 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 # 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