If CONF_get_string returns NULL and we want to tolerate this
authorBodo Möller <bodo@openssl.org>
Fri, 15 Dec 2000 16:59:49 +0000 (16:59 +0000)
committerBodo Möller <bodo@openssl.org>
Fri, 15 Dec 2000 16:59:49 +0000 (16:59 +0000)
commit2c0d10123eac1117d64a8476bbc1f730439403ab
tree3196fcc55a6cb92193953d55a890314bde77a217
parent3ac82faae5eb02140f347610be0726f549a0aa0a
If CONF_get_string returns NULL and we want to tolerate this
(e.g., use a default), we have to call ERR_clear_error().
apps/apps.c
apps/ca.c
apps/req.c
apps/x509.c