projects
/
oweals
/
openssl.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
4ac6200
)
Fix from HEAD.
author
Dr. Stephen Henson
<steve@openssl.org>
Mon, 9 Apr 2007 23:54:55 +0000
(23:54 +0000)
committer
Dr. Stephen Henson
<steve@openssl.org>
Mon, 9 Apr 2007 23:54:55 +0000
(23:54 +0000)
crypto/conf/conf_sap.c
patch
|
blob
|
history
diff --git
a/crypto/conf/conf_sap.c
b/crypto/conf/conf_sap.c
index a91895c6a5e414715365880c41635f72ec8bfb3e..9c53bac1a8c12e6b9d45c45e7fcc4df6a458819e 100644
(file)
--- a/
crypto/conf/conf_sap.c
+++ b/
crypto/conf/conf_sap.c
@@
-88,7
+88,7
@@
void OPENSSL_config(const char *config_name)
ERR_clear_error();
- if (CONF_modules_load_file(NULL,
NULL
,
+ if (CONF_modules_load_file(NULL,
config_name
,
CONF_MFLAGS_DEFAULT_SECTION|CONF_MFLAGS_IGNORE_MISSING_FILE) <= 0)
{
BIO *bio_err;