From ada3cc4a8fb407c3ea6c399de03fd7e1084ae6c3 Mon Sep 17 00:00:00 2001 From: =?utf8?q?Bodo=20M=C3=B6ller?= Date: Wed, 26 Jan 2000 08:59:26 +0000 Subject: [PATCH] Clarification. --- doc/ssl/SSL_get_error.pod | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/doc/ssl/SSL_get_error.pod b/doc/ssl/SSL_get_error.pod index d7e2a81a88..26f7b3d3d0 100644 --- a/doc/ssl/SSL_get_error.pod +++ b/doc/ssl/SSL_get_error.pod @@ -71,7 +71,7 @@ information on the error. If the error queue is empty (i.e. ERR_get_error() returns 0), B can be used to find out more about the error: If B, an EOF was observed that violates the protocol. If B, the underlying B reported an -I/O error. (For socket I/O on Unix systems, consult B.) +I/O error (for socket I/O on Unix systems, consult B for details). =item SSL_ERROR_SSL -- 2.34.1