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.pod6
1 files changed, 3 insertions, 3 deletions
diff --git a/src/lib/libssl/src/doc/ssl/SSL_shutdown.pod b/src/lib/libssl/src/doc/ssl/SSL_shutdown.pod
index 89911acbca..69ad31e80b 100644
--- a/src/lib/libssl/src/doc/ssl/SSL_shutdown.pod
+++ b/src/lib/libssl/src/doc/ssl/SSL_shutdown.pod
@@ -92,19 +92,19 @@ The following return values can occur:
92 92
93=over 4 93=over 4
94 94
95=item 1 95=item C<1>
96 96
97The shutdown was successfully completed. The "close notify" alert was sent 97The shutdown was successfully completed. The "close notify" alert was sent
98and the peer's "close notify" alert was received. 98and the peer's "close notify" alert was received.
99 99
100=item 0 100=item C<0>
101 101
102The shutdown is not yet finished. Call SSL_shutdown() for a second time, 102The shutdown is not yet finished. Call SSL_shutdown() for a second time,
103if a bidirectional shutdown shall be performed. 103if a bidirectional shutdown shall be performed.
104The output of L<SSL_get_error(3)|SSL_get_error(3)> may be misleading, as an 104The 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. 105erroneous SSL_ERROR_SYSCALL may be flagged even though no error occurred.
106 106
107=item -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
110at the protocol level or a connection failure occurred. It can also occur if 110at the protocol level or a connection failure occurred. It can also occur if