Commit 4d040e28 authored by Matt Caswell's avatar Matt Caswell
Browse files

Fix some unused variable warnings in ossl_shim

parent 9e663b13
Loading
Loading
Loading
Loading
+0 −2
Original line number Diff line number Diff line
@@ -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;
    }