From e778802f53c8d47e96a6e4cbc776eb6e1d4c461a Mon Sep 17 00:00:00 2001 From: Ben Laurie Date: Sat, 17 Apr 1999 21:25:43 +0000 Subject: Massive constification. --- crypto/evp/evp_key.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'crypto/evp/evp_key.c') diff --git a/crypto/evp/evp_key.c b/crypto/evp/evp_key.c index dafa686f64..b766f73ec1 100644 --- a/crypto/evp/evp_key.c +++ b/crypto/evp/evp_key.c @@ -89,7 +89,7 @@ int des_read_pw_string(char *buf,int len,char *prompt,int verify); int EVP_read_pw_string(buf,len,prompt,verify) char *buf; int len; -char *prompt; +const char *prompt; int verify; { if ((prompt == NULL) && (prompt_string[0] != '\0')) @@ -98,7 +98,7 @@ int verify; } int EVP_BytesToKey(type,md,salt,data,datal,count,key,iv) -EVP_CIPHER *type; +const EVP_CIPHER *type; EVP_MD *md; unsigned char *salt; unsigned char *data; -- cgit v1.2.3