aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorBodo Möller <bodo@openssl.org>2000-05-25 11:24:42 +0000
committerBodo Möller <bodo@openssl.org>2000-05-25 11:24:42 +0000
commit93d8bfcdc4aa7f0811b8168456d7eafceaefe593 (patch)
treefc698720cdfa820766364d1a8e262b7a4ea3a7a9
parent2c05c494c03a66c3e8e953f548d00f23b96e8b2d (diff)
downloadopenssl-93d8bfcdc4aa7f0811b8168456d7eafceaefe593.tar.gz
typo
-rw-r--r--ssl/s3_srvr.c2
1 files changed, 1 insertions, 1 deletions
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) &&