diff options
author | beck <> | 1999-09-29 04:37:45 +0000 |
---|---|---|
committer | beck <> | 1999-09-29 04:37:45 +0000 |
commit | de8f24ea083384bb66b32ec105dc4743c5663cdf (patch) | |
tree | 1412176ae62a3cab2cf2b0b92150fcbceaac6092 /src/lib/libcrypto/conf/test.c | |
parent | cb929d29896bcb87c2a97417fbd03e50078fc178 (diff) | |
download | openbsd-de8f24ea083384bb66b32ec105dc4743c5663cdf.tar.gz openbsd-de8f24ea083384bb66b32ec105dc4743c5663cdf.tar.bz2 openbsd-de8f24ea083384bb66b32ec105dc4743c5663cdf.zip |
OpenSSL 0.9.4 merge
Diffstat (limited to 'src/lib/libcrypto/conf/test.c')
-rw-r--r-- | src/lib/libcrypto/conf/test.c | 5 |
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 | ||
63 | main() | 64 | main() |
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(); |