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:12:23 +0000 (15:12 +0200)
commit441c1e093feb9c98733a0fc524b7f82661de2322
tree7edca6901235d23d23085af162310f2bd3a2912e
parent444ec8d5e78c37c456b46297d809535b5434137a
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)

(cherry picked from commit df9fd168ceb1f187365d24fef829d6d48b1077a9)
doc/man3/SSL_get_error.pod