提交 42f50fdf 编写于 作者: M Matt Caswell

Silence some more clang warnings

Reviewed-by: NTim Hudson <tjh@openssl.org>
(Merged from https://github.com/openssl/openssl/pull/2832)
上级 30d1bab1
......@@ -343,8 +343,8 @@ int tls13_change_cipher_state(SSL *s, int which)
const unsigned char *label;
size_t labellen, hashlen = 0;
int ret = 0;
const EVP_MD *md;
const EVP_CIPHER *cipher;
const EVP_MD *md = NULL;
const EVP_CIPHER *cipher = NULL;
if (which & SSL3_CC_READ) {
if (s->enc_read_ctx != NULL) {
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册