summaryrefslogtreecommitdiff
path: root/src/lib/libcrypto/conf/test.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/lib/libcrypto/conf/test.c')
-rw-r--r--src/lib/libcrypto/conf/test.c5
1 files changed, 3 insertions, 2 deletions
diff --git a/src/lib/libcrypto/conf/test.c b/src/lib/libcrypto/conf/test.c
index 899ee2a067..9390a48baf 100644
--- a/src/lib/libcrypto/conf/test.c
+++ b/src/lib/libcrypto/conf/test.c
@@ -58,7 +58,8 @@
58 58
59#include <stdio.h> 59#include <stdio.h>
60#include <stdlib.h> 60#include <stdlib.h>
61#include "conf.h" 61#include <openssl/conf.h>
62#include <openssl/err.h>
62 63
63main() 64main()
64 { 65 {
@@ -66,7 +67,7 @@ main()
66 long eline; 67 long eline;
67 char *s,*s2; 68 char *s,*s2;
68 69
69 conf=CONF_load(NULL,"ssleay.conf",&eline); 70 conf=CONF_load(NULL,"openssl.conf",&eline);
70 if (conf == NULL) 71 if (conf == NULL)
71 { 72 {
72 ERR_load_crypto_strings(); 73 ERR_load_crypto_strings();