X-Git-Url: https://git.openssl.org/gitweb/?p=openssl.git;a=blobdiff_plain;f=crypto%2Fevp%2Fevp.h;h=a4ed6c715dd89a7782d20a13c0fc36c17ea35b26;hp=2191aee1db48b9bfcc87414bdd1ce032cc240626;hb=20432eae41e35ea28a4d43c0dfc7acfdd9672812;hpb=47134b7864fd5e31dbdbc789d9e073742ad4c3ee diff --git a/crypto/evp/evp.h b/crypto/evp/evp.h index 2191aee1db..a4ed6c715d 100644 --- a/crypto/evp/evp.h +++ b/crypto/evp/evp.h @@ -632,6 +632,8 @@ int i2d_PublicKey(EVP_PKEY *a, unsigned char **pp); EVP_PKEY * d2i_PrivateKey(int type,EVP_PKEY **a, unsigned char **pp, long length); +EVP_PKEY * d2i_AutoPrivateKey(EVP_PKEY **a, unsigned char **pp, + long length); int i2d_PrivateKey(EVP_PKEY *a, unsigned char **pp); int EVP_PKEY_copy_parameters(EVP_PKEY *to,EVP_PKEY *from);