projects
/
oweals
/
openssl.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
9a51988
)
Fix a typo in a comment
author
Matt Caswell
<matt@openssl.org>
Tue, 15 Nov 2016 17:50:48 +0000
(17:50 +0000)
committer
Matt 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
patch
|
blob
|
history
diff --git
a/ssl/t1_enc.c
b/ssl/t1_enc.c
index 8cb6dd5a3bff4d1f9349e41ba99e081c33f4300f..37cd25d8dd663d1097239f987157638048f1279e 100644
(file)
--- 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 has
h
). This will need to be removed later
*/
if ((s->session->flags & SSL_SESS_FLAG_EXTMS)
&& SSL_IS_TLS13(s)) {