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:
5d8ce30
)
Fix a double ;; causing a travis failure
author
Matt Caswell
<matt@openssl.org>
Wed, 23 Nov 2016 16:09:30 +0000
(16:09 +0000)
committer
Matt Caswell
<matt@openssl.org>
Wed, 23 Nov 2016 16:09:30 +0000
(16:09 +0000)
Reviewed-by: Rich Salz <rsalz@openssl.org>
ssl/tls13_enc.c
patch
|
blob
|
history
diff --git
a/ssl/tls13_enc.c
b/ssl/tls13_enc.c
index f8ccdec52e980589ca6a5b67315f7a646b472020..b5306eb78cd2a361aceb6a938ca22e8b61030057 100644
(file)
--- a/
ssl/tls13_enc.c
+++ b/
ssl/tls13_enc.c
@@
-289,7
+289,7
@@
int tls13_change_cipher_state(SSL *s, int which)
unsigned char *insecret;
unsigned char *finsecret = NULL;
EVP_CIPHER_CTX *ciph_ctx;
- const EVP_CIPHER *ciph = s->s3->tmp.new_sym_enc;
;
+ const EVP_CIPHER *ciph = s->s3->tmp.new_sym_enc;
size_t ivlen, keylen, finsecretlen;
const unsigned char *label;
size_t labellen;