summaryrefslogtreecommitdiffstats
path: root/test/ossl_shim/ossl_shim.cc
diff options
context:
space:
mode:
authorMatt Caswell <matt@openssl.org>2016-10-14 16:18:47 +0100
committerMatt Caswell <matt@openssl.org>2016-11-04 10:38:54 +0000
commit4d040e283e3ed611a0a7864ed3198fc01fb340a6 (patch)
treefbdeaf81991830639a111446ffa464b647299b73 /test/ossl_shim/ossl_shim.cc
parent9e663b13714f36a2069cfddf493a5d27985e26a0 (diff)
Fix some unused variable warnings in ossl_shim
Reviewed-by: Richard Levitte <levitte@openssl.org>
Diffstat (limited to 'test/ossl_shim/ossl_shim.cc')
-rw-r--r--test/ossl_shim/ossl_shim.cc2
1 files changed, 0 insertions, 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;
}