From: Bodo Möller Date: Mon, 29 Jul 2002 12:34:47 +0000 (+0000) Subject: mention SSL_do_handshake() X-Git-Tag: OpenSSL_0_9_6e~3 X-Git-Url: https://git.librecmc.org/?a=commitdiff_plain;h=693dc88fc6a6ce69f820b2d3748abf38f0a84f4b;p=oweals%2Fopenssl.git mention SSL_do_handshake() --- diff --git a/doc/ssl/SSL_get_error.pod b/doc/ssl/SSL_get_error.pod index f700bf0ace..fe28dd942a 100644 --- a/doc/ssl/SSL_get_error.pod +++ b/doc/ssl/SSL_get_error.pod @@ -13,7 +13,7 @@ SSL_get_error - obtain result code for TLS/SSL I/O operation =head1 DESCRIPTION SSL_get_error() returns a result code (suitable for the C "switch" -statement) for a preceding call to SSL_connect(), SSL_accept(), +statement) for a preceding call to SSL_connect(), SSL_accept(), SSL_do_handshake(), SSL_read(), SSL_peek(), or SSL_write() on B. The value returned by that TLS/SSL I/O function must be passed to SSL_get_error() in parameter B.