From 93d8bfcdc4aa7f0811b8168456d7eafceaefe593 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Bodo=20M=C3=B6ller?= Date: Thu, 25 May 2000 11:24:42 +0000 Subject: [PATCH] typo --- ssl/s3_srvr.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ssl/s3_srvr.c b/ssl/s3_srvr.c index 64c1d80b8a..c1895dda88 100644 --- a/ssl/s3_srvr.c +++ b/ssl/s3_srvr.c @@ -1332,7 +1332,7 @@ static int ssl3_get_client_key_exchange(SSL *s) * ClientHello to detect version rollback attacks (strangely, the * protocol does not offer such protection for DH ciphersuites). * However, buggy clients exist that send the negotiated protocol - * version instead if the servers does not support the requested + * version instead if the server does not support the requested * protocol version. * If SSL_OP_TLS_ROLLBACK_BUG is set, tolerate such clients. */ if (!((s->options & SSL_OP_TLS_ROLLBACK_BUG) && -- GitLab