ecc api cleanup; summary:
[openssl.git] / crypto / asn1 / t_spki.c
index e84bae64387beccfbbb1100325ff0aaf4df48aa9..23ab3b94e0bb03e3d4ce1823444959e3d8fc2020 100644 (file)
@@ -100,7 +100,7 @@ int NETSCAPE_SPKI_print(BIO *out, NETSCAPE_SPKI *spki)
                if (pkey->type == EVP_PKEY_EC)
                {
                        BIO_printf(out, "  EC Public Key:\n");
-                       EC_KEY_print(out, pkey->pkey.eckey,2);
+                       EC_KEY_print(out, pkey->pkey.ec,2);
                }
                else
 #endif