Loading test/ossl_shim/ossl_shim.cc +0 −2 Original line number Diff line number Diff line Loading @@ -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; } Loading Loading
test/ossl_shim/ossl_shim.cc +0 −2 Original line number Diff line number Diff line Loading @@ -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; } Loading