Remove goto inside an if(0) block
[oweals/openssl.git] / ssl / s3_lib.c
index 16a60c6167a953de5b73b240665d8bb281085ce1..4610e7fdff22180f921e30d3464c8dd87123ba52 100644 (file)
@@ -3570,7 +3570,6 @@ long ssl3_ctrl(SSL *s, int cmd, long larg, void *parg)
             ptmp = EVP_PKEY_new();
             if (!ptmp)
                 return 0;
-            if (0) ;
 #ifndef OPENSSL_NO_RSA
             else if (sc->peer_rsa_tmp)
                 rv = EVP_PKEY_set1_RSA(ptmp, sc->peer_rsa_tmp);