Loading test/ossl_shim/ossl_shim.cc +2 −4 Original line number Diff line number Diff line Loading @@ -176,11 +176,9 @@ static bool InstallCertificate(SSL *ssl) { return false; } if (pkey) { if (!SSL_use_PrivateKey(ssl, pkey.get())) { if (pkey && !SSL_use_PrivateKey(ssl, pkey.get())) { return false; } } if (x509 && !SSL_use_certificate(ssl, x509.get())) { return false; Loading Loading
test/ossl_shim/ossl_shim.cc +2 −4 Original line number Diff line number Diff line Loading @@ -176,11 +176,9 @@ static bool InstallCertificate(SSL *ssl) { return false; } if (pkey) { if (!SSL_use_PrivateKey(ssl, pkey.get())) { if (pkey && !SSL_use_PrivateKey(ssl, pkey.get())) { return false; } } if (x509 && !SSL_use_certificate(ssl, x509.get())) { return false; Loading