diff options
author | miod <> | 2014-04-13 15:16:37 +0000 |
---|---|---|
committer | miod <> | 2014-04-13 15:16:37 +0000 |
commit | 25175e3da5ec29dca5edfe32f588ea68b17071c9 (patch) | |
tree | af609a7374a1d1f305a0380423258452f82a8cd7 /src/lib/libssl/src/doc/ssl/SSL_shutdown.pod | |
parent | adb31f466163d59ad933cf9d299ce6c610f1cff3 (diff) | |
download | openbsd-25175e3da5ec29dca5edfe32f588ea68b17071c9.tar.gz openbsd-25175e3da5ec29dca5edfe32f588ea68b17071c9.tar.bz2 openbsd-25175e3da5ec29dca5edfe32f588ea68b17071c9.zip |
Import OpenSSL 1.0.1g
Diffstat (limited to 'src/lib/libssl/src/doc/ssl/SSL_shutdown.pod')
-rw-r--r-- | src/lib/libssl/src/doc/ssl/SSL_shutdown.pod | 10 |
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 89911acbca..42a89b7c6b 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 1 | ||
96 | |||
97 | The shutdown was successfully completed. The "close notify" alert was sent | ||
98 | and the peer's "close notify" alert was received. | ||
99 | |||
100 | =item 0 | 95 | =item 0 |
101 | 96 | ||
102 | The shutdown is not yet finished. Call SSL_shutdown() for a second time, | 97 | The shutdown is not yet finished. Call SSL_shutdown() for a second time, |
@@ -104,6 +99,11 @@ if a bidirectional shutdown shall be performed. | |||
104 | The output of L<SSL_get_error(3)|SSL_get_error(3)> may be misleading, as an | 99 | The output of L<SSL_get_error(3)|SSL_get_error(3)> may be misleading, as an |
105 | erroneous SSL_ERROR_SYSCALL may be flagged even though no error occurred. | 100 | erroneous SSL_ERROR_SYSCALL may be flagged even though no error occurred. |
106 | 101 | ||
102 | =item 1 | ||
103 | |||
104 | The shutdown was successfully completed. The "close notify" alert was sent | ||
105 | and the peer's "close notify" alert was received. | ||
106 | |||
107 | =item -1 | 107 | =item -1 |
108 | 108 | ||
109 | The shutdown was not successful because a fatal error occurred either | 109 | The shutdown was not successful because a fatal error occurred either |