提交 902d036c 编写于 作者: M Matt Caswell

Fix a double ;; causing a travis failure

Reviewed-by: NRich Salz <rsalz@openssl.org>
上级 5d8ce306
......@@ -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;
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册