summaryrefslogtreecommitdiff
path: root/src/lib/libssl/src/doc/ssl/SSL_shutdown.pod
diff options
context:
space:
mode:
Diffstat (limited to 'src/lib/libssl/src/doc/ssl/SSL_shutdown.pod')
-rw-r--r--src/lib/libssl/src/doc/ssl/SSL_shutdown.pod10
1 files changed, 5 insertions, 5 deletions
diff --git a/src/lib/libssl/src/doc/ssl/SSL_shutdown.pod b/src/lib/libssl/src/doc/ssl/SSL_shutdown.pod
index 69ad31e80b..d86ac7cb13 100644
--- a/src/lib/libssl/src/doc/ssl/SSL_shutdown.pod
+++ b/src/lib/libssl/src/doc/ssl/SSL_shutdown.pod
@@ -92,11 +92,6 @@ The following return values can occur:
92 92
93=over 4 93=over 4
94 94
95=item C<1>
96
97The shutdown was successfully completed. The "close notify" alert was sent
98and the peer's "close notify" alert was received.
99
100=item C<0> 95=item C<0>
101 96
102The shutdown is not yet finished. Call SSL_shutdown() for a second time, 97The shutdown is not yet finished. Call SSL_shutdown() for a second time,
@@ -104,6 +99,11 @@ if a bidirectional shutdown shall be performed.
104The output of L<SSL_get_error(3)|SSL_get_error(3)> may be misleading, as an 99The output of L<SSL_get_error(3)|SSL_get_error(3)> may be misleading, as an
105erroneous SSL_ERROR_SYSCALL may be flagged even though no error occurred. 100erroneous SSL_ERROR_SYSCALL may be flagged even though no error occurred.
106 101
102=item C<1>
103
104The shutdown was successfully completed. The "close notify" alert was sent
105and the peer's "close notify" alert was received.
106
107=item C<-1> 107=item C<-1>
108 108
109The shutdown was not successful because a fatal error occurred either 109The shutdown was not successful because a fatal error occurred either