X-Git-Url: https://git.openssl.org/?p=openssl.git;a=blobdiff_plain;f=e_os.h;h=b105fa91994165cc31902b6358c12443e03457c1;hp=510db0e9ac5dae434cf306014e66726267970dcb;hb=3a1daca9efa22c3d9e38f40c84b48388fa57585d;hpb=dfeab0689f69c0b4bd3480ffd37a9cacc2f17d9c 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