Fix a typo in a comment
authorMatt Caswell <matt@openssl.org>
Tue, 15 Nov 2016 17:50:48 +0000 (17:50 +0000)
committerMatt Caswell <matt@openssl.org>
Wed, 16 Nov 2016 10:09:46 +0000 (10:09 +0000)
Reviewed-by: Rich Salz <rsalz@openssl.org>
ssl/t1_enc.c

index 8cb6dd5a3bff4d1f9349e41ba99e081c33f4300f..37cd25d8dd663d1097239f987157638048f1279e 100644 (file)
@@ -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)) {