Update filenames in makefiles.
[openssl.git] / crypto / evp / evp_key.c
index 5f387a94d32141752d21ebc49752cf910bb0cf7f..0a27f496c9693837502c4490c67a5b5a6e7694f1 100644 (file)
@@ -66,7 +66,7 @@
 /* should be init to zeros. */
 static char prompt_string[80];
 
-void EVP_set_pw_prompt(char *prompt)
+void EVP_set_pw_prompt(const char *prompt)
        {
        if (prompt == NULL)
                prompt_string[0]='\0';