mirror of
https://github.com/openssl/openssl.git
synced 2025-01-30 14:01:55 +08:00
Fix a typo in a comment
Reviewed-by: Rich Salz <rsalz@openssl.org>
This commit is contained in:
parent
9a5198808a
commit
395cc5cdbe
@ -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)) {
|
||||
|
Loading…
Reference in New Issue
Block a user