X-Git-Url: https://git.librecmc.org/?a=blobdiff_plain;f=crypto%2Fconf%2Ftest.c;h=9390a48bafe6c5c4346378e2e7bf5cf1738cb02b;hb=393f2c651d154a8d576969f24317536f89f28649;hp=17185926ac01fb3e841ef6d5ffaa184c4e5a150e;hpb=eda1f21f1af8b6f77327e7b37573af9c1ba73726;p=oweals%2Fopenssl.git diff --git a/crypto/conf/test.c b/crypto/conf/test.c index 17185926ac..9390a48baf 100644 --- a/crypto/conf/test.c +++ b/crypto/conf/test.c @@ -1,5 +1,5 @@ /* crypto/conf/test.c */ -/* Copyright (C) 1995-1997 Eric Young (eay@cryptsoft.com) +/* Copyright (C) 1995-1998 Eric Young (eay@cryptsoft.com) * All rights reserved. * * This package is an SSL implementation written @@ -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();