Since there's no continuation, the ; can go as well :-)
[oweals/openssl.git] / crypto / asn1 / t_spki.c
index 86821119d8aef99e449875ef0d67b2a4a356a0c7..5abfbc815ea9e09a4949d0a0c6c4c7082fee7407 100644 (file)
@@ -93,15 +93,6 @@ int NETSCAPE_SPKI_print(BIO *out, NETSCAPE_SPKI *spki)
                }
                else
 #endif
-#ifndef OPENSSL_NO_ECDSA
-               if (pkey->type == EVP_PKEY_ECDSA)
-               {
-                       BIO_printf(out, "  ECDSA Public Key:\n");
-                       ECDSA_print(out, pkey->pkey.ecdsa,2);
-               }
-               else
-#endif
-
                        BIO_printf(out,"  Unknown Public Key:\n");
                EVP_PKEY_free(pkey);
        }