提交 4d040e28 编写于 作者: M Matt Caswell

Fix some unused variable warnings in ossl_shim

Reviewed-by: NRichard Levitte <levitte@openssl.org>
上级 9e663b13
......@@ -198,8 +198,6 @@ static bool InstallCertificate(SSL *ssl) {
}
if (pkey) {
TestState *test_state = GetTestState(ssl);
const TestConfig *config = GetTestConfig(ssl);
if (!SSL_use_PrivateKey(ssl, pkey.get())) {
return false;
}
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册