Remove some commented out code in libcrypto
[openssl.git] / crypto / asn1 / d2i_pu.c
index dfdc1a6c96c320c5dea2fbc5ff23d445bbbdeccc..77c643bcf6a36009ac46a65681367adf2a234b3c 100644 (file)
@@ -66,7 +66,6 @@ EVP_PKEY *d2i_PublicKey(int type, EVP_PKEY **a, const unsigned char **pp,
     default:
         ASN1err(ASN1_F_D2I_PUBLICKEY, ASN1_R_UNKNOWN_PUBLIC_KEY_TYPE);
         goto err;
-        /* break; */
     }
     if (a != NULL)
         (*a) = ret;