diff options
Diffstat (limited to 'src/lib/libssl/src/doc/ssl/SSL_shutdown.pod')
-rw-r--r-- | src/lib/libssl/src/doc/ssl/SSL_shutdown.pod | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/lib/libssl/src/doc/ssl/SSL_shutdown.pod b/src/lib/libssl/src/doc/ssl/SSL_shutdown.pod index 6b5012be7a..89911acbca 100644 --- a/src/lib/libssl/src/doc/ssl/SSL_shutdown.pod +++ b/src/lib/libssl/src/doc/ssl/SSL_shutdown.pod | |||
@@ -38,7 +38,7 @@ behaviour. | |||
38 | =over 4 | 38 | =over 4 |
39 | 39 | ||
40 | =item When the application is the first party to send the "close notify" | 40 | =item When the application is the first party to send the "close notify" |
41 | alert, SSL_shutdown() will only send the alert and the set the | 41 | alert, SSL_shutdown() will only send the alert and then set the |
42 | SSL_SENT_SHUTDOWN flag (so that the session is considered good and will | 42 | SSL_SENT_SHUTDOWN flag (so that the session is considered good and will |
43 | be kept in cache). SSL_shutdown() will then return with 0. If a unidirectional | 43 | be kept in cache). SSL_shutdown() will then return with 0. If a unidirectional |
44 | shutdown is enough (the underlying connection shall be closed anyway), this | 44 | shutdown is enough (the underlying connection shall be closed anyway), this |