summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorBodo Moeller <bodo@openssl.org>2014-10-15 04:26:29 +0200
committerBodo Moeller <bodo@openssl.org>2014-10-15 04:26:29 +0200
commitdc5dfe431cffbc1fa8eeead0853bd03395e52e71 (patch)
tree1e878784de8295cec14e98992a29b6f5393b72f6
parentc6a876473cbff0fd323c8abcaace98ee2d21863d (diff)
Oops -- fix typo in coment added with TLS_FALLBACK_SCSV support.
Reviewed-by: Steve Henson <steve@openss.org>
-rw-r--r--ssl/tls1.h5
1 files changed, 1 insertions, 4 deletions
diff --git a/ssl/tls1.h b/ssl/tls1.h
index 5eacd283f2..d6f5aeee2c 100644
--- a/ssl/tls1.h
+++ b/ssl/tls1.h
@@ -83,7 +83,7 @@ extern "C" {
#define TLS1_VERSION 0x0301
#define TLS1_1_VERSION 0x0302
#define TLS1_2_VERSION 0x0303
-/* TLS 1.1 and 1.2 are not supported by this version of TLS, so
+/* TLS 1.1 and 1.2 are not supported by this version of OpenSSL, so
* TLS_MAX_VERSION indicates TLS 1.0 regardless of the above
* definitions. (s23_clnt.c and s23_srvr.c have an OPENSSL_assert()
* check that would catch the error if TLS_MAX_VERSION was too low.)
@@ -427,6 +427,3 @@ SSL_CTX_callback_ctrl(ssl,SSL_CTRL_SET_TLSEXT_TICKET_KEY_CB,(void (*)(void))cb)
}
#endif
#endif
-
-
-