]> granicus.if.org Git - curl/commit
openssl: remove outdated comment
authorDaniel Gustafsson <daniel@yesql.se>
Mon, 17 Jun 2019 11:11:02 +0000 (13:11 +0200)
committerDaniel Gustafsson <daniel@yesql.se>
Mon, 17 Jun 2019 11:11:02 +0000 (13:11 +0200)
commit03a22a26c6f9bb5fe122f7b61b508486c2a03f32
tree48a8bbe2663063bc3a145c3d8333fbf45a4c53eb
parent4b1e7dd4ee70e898d00c74e2d4c6b0a60ded6dc3
openssl: remove outdated comment

OpenSSL used to call exit(1) on syntax errors in OPENSSL_config(),
which is why we switched to CONF_modules_load_file() and introduced
a comment stating why. This behavior was however changed in OpenSSL
commit abdd677125f3a9e3082f8c5692203590fdb9b860, so remove the now
outdated and incorrect comment. The mentioned commit also declares
OPENSSL_config() deprecated so keep the current coding.

Closes #4033
Reviewed-by: Daniel Stenberg <daniel@haxx.se>
lib/vtls/openssl.c