commit | d3407350d87791ab4fa369d2b5a58f27d9680fd0 | [log] [tgz] |
---|---|---|
author | Bodo Möller <bodo@openssl.org> | Sat May 15 10:40:02 1999 +0000 |
committer | Bodo Möller <bodo@openssl.org> | Sat May 15 10:40:02 1999 +0000 |
tree | b7da9889a9319a8ec712520ff058420bc2688a30 | |
parent | e2e3d5ce0c8dc713f7c6b7f3facbfe93d9e9739f [diff] [blame] |
Comment.
diff --git a/ssl/ssl_lib.c b/ssl/ssl_lib.c index 7b9228f..64b0c9d 100644 --- a/ssl/ssl_lib.c +++ b/ssl/ssl_lib.c
@@ -657,7 +657,7 @@ int SSL_shutdown(SSL *s) { - /* Note that this function behaves different from what one might + /* Note that this function behaves differently from what one might * expect. Return values are 0 for no success (yet), * 1 for success; but calling it once is usually not enough, * even if blocking I/O is used (see ssl3_shutdown).