X-Git-Url: https://git.librecmc.org/?a=blobdiff_plain;f=crypto%2Fconf%2Ftest.c;h=9390a48bafe6c5c4346378e2e7bf5cf1738cb02b;hb=c04949e97877c7e9e362ab3022b2e7d4988b3e37;hp=899ee2a067e515ad94e8edd06cec6dea82e9f25f;hpb=58964a492275ca9a59a0cd9c8155cb2491b4b909;p=oweals%2Fopenssl.git diff --git a/crypto/conf/test.c b/crypto/conf/test.c index 899ee2a067..9390a48baf 100644 --- a/crypto/conf/test.c +++ b/crypto/conf/test.c @@ -58,7 +58,8 @@ #include #include -#include "conf.h" +#include +#include main() { @@ -66,7 +67,7 @@ main() long eline; char *s,*s2; - conf=CONF_load(NULL,"ssleay.conf",&eline); + conf=CONF_load(NULL,"openssl.conf",&eline); if (conf == NULL) { ERR_load_crypto_strings();