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:
c7944cf
)
mark openssl configuration as loaded at end of OPENSSL_config
author
Marcus Meissner
<meissner@suse.de>
Wed, 4 Nov 2015 14:00:12 +0000
(15:00 +0100)
committer
Kurt Roeckx
<kurt@roeckx.be>
Tue, 24 Nov 2015 21:01:35 +0000
(22:01 +0100)
Signed-off-by: Kurt Roeckx <kurt@roeckx.be>
Reviewed-by: Rich Salz <rsalz@akamai.com>
GH: #466
crypto/conf/conf_sap.c
patch
|
blob
|
history
diff --git
a/crypto/conf/conf_sap.c
b/crypto/conf/conf_sap.c
index 308989b451604478335d94a7de5118151854ac19..58b0a1b15cb6c1fe315b4e3da36845c3ea2e157a 100644
(file)
--- a/
crypto/conf/conf_sap.c
+++ b/
crypto/conf/conf_sap.c
@@
-92,6
+92,7
@@
void OPENSSL_config(const char *config_name)
CONF_MFLAGS_DEFAULT_SECTION |
CONF_MFLAGS_IGNORE_MISSING_FILE);
#endif
+ openssl_configured = 1;
}
void OPENSSL_no_config()