]> git.ipfire.org Git - thirdparty/openssl.git/commit
Add SSL_shutdown to SSL_get_error's documentation
authorMiquel Ruiz <mruiz@cpan.org>
Mon, 22 Oct 2018 21:34:57 +0000 (22:34 +0100)
committerTomas Mraz <tmraz@fedoraproject.org>
Wed, 19 Jun 2019 13:11:36 +0000 (15:11 +0200)
commitdf9fd168ceb1f187365d24fef829d6d48b1077a9
treec39dfbcd1491ef85f66bd878c10e2669bcd6bb88
parent1fa90bb3a9089f974e9b07f3e76a964bd2da6976
Add SSL_shutdown to SSL_get_error's documentation

SSL_shutdown can fail if called during initialization, and in such case, it'll
add an error to the error queue. This adds SSL_shutdown to the list of functions
that should preceed the call to SSL_get_error.

CLA: trivial

Reviewed-by: Matt Caswell <matt@openssl.org>
Reviewed-by: Tomas Mraz <tmraz@fedoraproject.org>
(Merged from https://github.com/openssl/openssl/pull/7465)
doc/man3/SSL_get_error.pod