Make all configuration macros available for application by making
[openssl.git] / crypto / evp / evp_key.c
index 09b72bf4bdd1c661460da6d09d2ceec61e9be22c..517a21afad1f1cf60be5bb10aba88b77297b28c4 100644 (file)
@@ -86,7 +86,7 @@ char *EVP_get_pw_prompt(void)
  * this function will fail */
 int EVP_read_pw_string(char *buf, int len, const char *prompt, int verify)
        {
-#ifndef NO_DES
+#ifndef OPENSSL_NO_DES
        if ((prompt == NULL) && (prompt_string[0] != '\0'))
                prompt=prompt_string;
        return(des_read_pw_string(buf,len,prompt,verify));