提交 6c670174 编写于 作者: M Matt Caswell

Fix a travis compilation error

Reviewed-by: NRich Salz <rsalz@openssl.org>
上级 f01675c6
...@@ -391,10 +391,8 @@ int tls13_change_cipher_state(SSL *s, int which) ...@@ -391,10 +391,8 @@ int tls13_change_cipher_state(SSL *s, int which)
#endif #endif
ret = 1; ret = 1;
err: err:
OPENSSL_cleanse(secret, sizeof(secret)); OPENSSL_cleanse(secret, sizeof(secret));
OPENSSL_cleanse(key, sizeof(key)); OPENSSL_cleanse(key, sizeof(key));
OPENSSL_cleanse(iv, sizeof(iv));
return ret; return ret;
} }
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册