From 4d040e283e3ed611a0a7864ed3198fc01fb340a6 Mon Sep 17 00:00:00 2001 From: Matt Caswell Date: Fri, 14 Oct 2016 16:18:47 +0100 Subject: [PATCH] Fix some unused variable warnings in ossl_shim Reviewed-by: Richard Levitte --- test/ossl_shim/ossl_shim.cc | 2 -- 1 file changed, 2 deletions(-) diff --git a/test/ossl_shim/ossl_shim.cc b/test/ossl_shim/ossl_shim.cc index 526d614d26..50c53ab644 100644 --- a/test/ossl_shim/ossl_shim.cc +++ b/test/ossl_shim/ossl_shim.cc @@ -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; } -- 2.25.1