From: Matt Caswell Date: Tue, 15 Nov 2016 17:50:48 +0000 (+0000) Subject: Fix a typo in a comment X-Git-Tag: OpenSSL_1_1_1-pre1~3039 X-Git-Url: https://git.librecmc.org/?a=commitdiff_plain;h=395cc5cdbef001c9886719bd31dbe48bad839b5c;p=oweals%2Fopenssl.git Fix a typo in a comment Reviewed-by: Rich Salz --- 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)) {