X-Git-Url: https://git.openssl.org/gitweb/?p=openssl.git;a=blobdiff_plain;f=crypto%2Fevp%2Fevp.h;h=a1dd3da1bfd0d8af37eae3591bcadabb9a08fe8d;hp=4e4a667ab84d72f17f39fe981cdc485cebc00676;hb=af0f0f3e8fce83cf65c7f306eef88fa2d7516e5f;hpb=e6526fbf4dc894d71ae3517a1ba484475b79b402 diff --git a/crypto/evp/evp.h b/crypto/evp/evp.h index 4e4a667ab8..a1dd3da1bf 100644 --- a/crypto/evp/evp.h +++ b/crypto/evp/evp.h @@ -749,12 +749,12 @@ 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); -int EVP_PKEY_missing_parameters(EVP_PKEY *pkey); +int EVP_PKEY_copy_parameters(EVP_PKEY *to, const EVP_PKEY *from); +int EVP_PKEY_missing_parameters(const EVP_PKEY *pkey); int EVP_PKEY_save_parameters(EVP_PKEY *pkey,int mode); -int EVP_PKEY_cmp_parameters(EVP_PKEY *a,EVP_PKEY *b); +int EVP_PKEY_cmp_parameters(const EVP_PKEY *a, const EVP_PKEY *b); -int EVP_PKEY_cmp(EVP_PKEY *a,EVP_PKEY *b); +int EVP_PKEY_cmp(const EVP_PKEY *a, const EVP_PKEY *b); int EVP_CIPHER_type(const EVP_CIPHER *ctx);