From d3407350d87791ab4fa369d2b5a58f27d9680fd0 Mon Sep 17 00:00:00 2001 From: =?utf8?q?Bodo=20M=C3=B6ller?= Date: Sat, 15 May 1999 10:40:02 +0000 Subject: [PATCH] Comment. --- ssl/ssl_lib.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ssl/ssl_lib.c b/ssl/ssl_lib.c index 7b9228fdfc..64b0c9d7b6 100644 --- a/ssl/ssl_lib.c +++ b/ssl/ssl_lib.c @@ -657,7 +657,7 @@ int SSL_write(SSL *s,const char *buf,int num) 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). -- 2.34.1