Make all configuration macros available for application by making
[openssl.git] / crypto / des / read_pwd.c
index c27ec336e7b28aee5dff420e619cd6c71c677a9b..b9d8029b8eac41664d77d9930e60936985b657b7 100644 (file)
@@ -271,7 +271,7 @@ int des_read_pw(char *buf, char *buff, int size, const char *prompt,
 #elif defined(MAC_OS_pre_X)
        tty=stdin;
 #else
-#ifndef MPE
+#ifndef OPENSSL_SYS_MPE
        if ((tty=fopen("/dev/tty","r")) == NULL)
 #endif
                tty=stdin;
@@ -314,7 +314,7 @@ int des_read_pw(char *buf, char *buff, int size, const char *prompt,
 
 #if defined(TTY_set) && !defined(VMS)
        if (is_a_tty && (TTY_set(fileno(tty),&tty_new) == -1))
-#ifdef MPE 
+#ifdef OPENSSL_SYS_MPE 
                ; /* MPE lies -- echo really has been disabled */
 #else
                return(-1);