summaryrefslogtreecommitdiffstats
path: root/ssl/t1_enc.c
diff options
context:
space:
mode:
authorMatt Caswell <matt@openssl.org>2016-11-15 17:50:48 +0000
committerMatt Caswell <matt@openssl.org>2016-11-16 10:09:46 +0000
commit395cc5cdbef001c9886719bd31dbe48bad839b5c (patch)
tree7afb0be11cd6124b8d6d0514c5d5e44922c85a5e /ssl/t1_enc.c
parent9a5198808ae0dffd4459039bd3fc96fcfc3eeaf1 (diff)
Fix a typo in a comment
Reviewed-by: Rich Salz <rsalz@openssl.org>
Diffstat (limited to 'ssl/t1_enc.c')
-rw-r--r--ssl/t1_enc.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/ssl/t1_enc.c b/ssl/t1_enc.c
index 8cb6dd5a3b..37cd25d8dd 100644
--- a/ssl/t1_enc.c
+++ b/ssl/t1_enc.c
@@ -477,7 +477,7 @@ int tls1_generate_master_secret(SSL *s, unsigned char *out, unsigned char *p,
/*
* TODO(TLS1.3): We haven't implemented TLS1.3 key derivation yet. For now
* we will just force no use of EMS (which adds complications around the
- * handshake has). This will need to be removed later
+ * handshake hash). This will need to be removed later
*/
if ((s->session->flags & SSL_SESS_FLAG_EXTMS)
&& SSL_IS_TLS13(s)) {