X-Git-Url: https://git.librecmc.org/?a=blobdiff_plain;f=e_os.h;h=b105fa91994165cc31902b6358c12443e03457c1;hb=cd3916c40f96bdb180287c3dcb88102eda91b27f;hp=510db0e9ac5dae434cf306014e66726267970dcb;hpb=31b8d8684441e6cd5138832bb1b2ddb10acd6ba6;p=oweals%2Fopenssl.git 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