summaryrefslogtreecommitdiff
path: root/crypto/evp/evp.h
diff options
context:
space:
mode:
authorRichard Levitte <levitte@openssl.org>2003-04-10 11:34:03 +0000
committerRichard Levitte <levitte@openssl.org>2003-04-10 11:34:03 +0000
commit16c31c4e2b7d09006daee1a5ce66013432ed336e (patch)
tree087a8723e5d1986a2e72824a150f1ea03c8fd18b /crypto/evp/evp.h
parent522fa870e81405036edae4d44f48ebe9154c4766 (diff)
downloadopenssl-new-16c31c4e2b7d09006daee1a5ce66013432ed336e.tar.gz
Almost recent changes from HEAD
Diffstat (limited to 'crypto/evp/evp.h')
-rw-r--r--crypto/evp/evp.h8
1 files changed, 4 insertions, 4 deletions
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);