From 107173f97feb5e1e55a45e24078b3dc4e91106ff Mon Sep 17 00:00:00 2001 From: bodo Date: Mon, 29 Jul 2002 12:35:19 +0000 Subject: mention SSL_do_handshake() --- doc/ssl/SSL_get_error.pod | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'doc/ssl') diff --git a/doc/ssl/SSL_get_error.pod b/doc/ssl/SSL_get_error.pod index f700bf0ac..fe28dd942 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. -- cgit v1.2.1