Remove d2i_X509_PKEY and i2d_X509_PKEY
[openssl.git] / crypto / x509 / x509.h
index 7a59dab2d69b3c5afaebc97ed7ee6a19b390c087..6f481b590bcc9a13e6cef85e057685a09bb9cf98 100644 (file)
@@ -782,9 +782,6 @@ int X509_CRL_get0_by_cert(X509_CRL *crl, X509_REVOKED **ret, X509 *x);
 
 X509_PKEY *X509_PKEY_new(void);
 void X509_PKEY_free(X509_PKEY *a);
-int i2d_X509_PKEY(X509_PKEY *a, unsigned char **pp);
-X509_PKEY *d2i_X509_PKEY(X509_PKEY **a, const unsigned char **pp,
-                         long length);
 
 DECLARE_ASN1_FUNCTIONS(NETSCAPE_SPKI)
 DECLARE_ASN1_FUNCTIONS(NETSCAPE_SPKAC)