summaryrefslogtreecommitdiffstats
path: root/ssl
diff options
context:
space:
mode:
authorBodo Moeller <bodo@openssl.org>2014-10-15 04:25:41 +0200
committerBodo Moeller <bodo@openssl.org>2014-10-15 04:25:41 +0200
commit68828f167cce6dc7b2013d8906b6f6881d5b0392 (patch)
treeb96f70ef9c24a531374835b9d409f3b7bc17ae30 /ssl
parent59dcfa21e5aa551f6a53f35ee5244e2e23e0183a (diff)
Oops -- fix typo in coment added with TLS_FALLBACK_SCSV support.
Reviewed-by: Steve Henson <steve@openss.org>
Diffstat (limited to 'ssl')
-rw-r--r--ssl/tls1.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/ssl/tls1.h b/ssl/tls1.h
index 47014dc893..ac9361600f 100644
--- a/ssl/tls1.h
+++ b/ssl/tls1.h
@@ -162,7 +162,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.)