summaryrefslogtreecommitdiffstats
path: root/crypto/evp/evp_key.c
diff options
context:
space:
mode:
authorUlf Möller <ulf@openssl.org>1999-04-27 04:18:53 +0000
committerUlf Möller <ulf@openssl.org>1999-04-27 04:18:53 +0000
commitd02f751ce1d13183a0c0e5528ec89f76587ed989 (patch)
tree3ee5bb5030a36e5d5358d8a067b89232b0c6c15f /crypto/evp/evp_key.c
parent79df9d62721467927c81f1fa91568340e873ee9c (diff)
Message digest stuff.
Diffstat (limited to 'crypto/evp/evp_key.c')
-rw-r--r--crypto/evp/evp_key.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/crypto/evp/evp_key.c b/crypto/evp/evp_key.c
index 28398bcba4..21eda418bc 100644
--- a/crypto/evp/evp_key.c
+++ b/crypto/evp/evp_key.c
@@ -82,7 +82,7 @@ char *EVP_get_pw_prompt(void)
}
#ifdef NO_DES
-int des_read_pw_string(char *buf,int len,char *prompt,int verify);
+int des_read_pw_string(char *buf,int len,const char *prompt,int verify);
#endif
int EVP_read_pw_string(char *buf, int len, const char *prompt, int verify)