summaryrefslogtreecommitdiffstats
path: root/include
diff options
context:
space:
mode:
authorMatt Caswell <matt@openssl.org>2016-11-07 13:44:56 +0000
committerMatt Caswell <matt@openssl.org>2016-11-07 15:47:22 +0000
commit5d71f7ea291761777a2b2a84f340ffb38b3ea14a (patch)
treee89c3f5e0162af06fecc7a7d5c4f25dac731dc49 /include
parentc437757466e7bef632b26eaaf429a9e693330999 (diff)
Correct the Id for the TLS1.3 ciphersuite
We have one TLS1.3 ciphersuite, but there is a typo in the id that should be corrected. Reviewed-by: Rich Salz <rsalz@openssl.org>
Diffstat (limited to 'include')
-rw-r--r--include/openssl/tls1.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/include/openssl/tls1.h b/include/openssl/tls1.h
index 3f7e749c69..ba3c413cb0 100644
--- a/include/openssl/tls1.h
+++ b/include/openssl/tls1.h
@@ -601,7 +601,7 @@ SSL_CTX_callback_ctrl(ssl,SSL_CTRL_SET_TLSEXT_TICKET_KEY_CB,(void (*)(void))cb)
# define TLS1_CK_RSA_PSK_WITH_CHACHA20_POLY1305 0x0300CCAE
/* TLS v1.3 ciphersuites */
-# define TLS1_3_CK_AES_128_GCM_SHA256 0x03000D01
+# define TLS1_3_CK_AES_128_GCM_SHA256 0x03001301
/*
* XXX Backward compatibility alert: Older versions of OpenSSL gave some DHE