Просмотр исходного кода

A couple more ssleay.cnf to openssl.cnf changes

Paul C. Sutton 25 лет назад
Родитель
Сommit
251f25e0b5
2 измененных файлов с 2 добавлено и 2 удалено
  1. 1 1
      crypto/conf/cnf_save.c
  2. 1 1
      crypto/conf/test.c

+ 1 - 1
crypto/conf/cnf_save.c

@@ -66,7 +66,7 @@ main()
 	LHASH *conf;
 	long l;
 
-	conf=CONF_load(NULL,"../../apps/ssleay.cnf",&l);
+	conf=CONF_load(NULL,"../../apps/openssl.cnf",&l);
 	if (conf == NULL)
 		{
 		fprintf(stderr,"error loading config, line %ld\n",l);

+ 1 - 1
crypto/conf/test.c

@@ -66,7 +66,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();