summaryrefslogtreecommitdiffstats
path: root/crypto/des/read_pwd.c
diff options
context:
space:
mode:
authorBodo Möller <bodo@openssl.org>2002-02-28 10:51:56 +0000
committerBodo Möller <bodo@openssl.org>2002-02-28 10:51:56 +0000
commit59dbdb51dc41fb871f491e7d91bf6d8aae7078a5 (patch)
treec82d7b1e3b6617c2b921ea9316ee2326a2c9416d /crypto/des/read_pwd.c
parent92d1bc09cb7240851b4eaf7fd58f150ca40778a9 (diff)
disable '#ifdef DEBUG' sections
Diffstat (limited to 'crypto/des/read_pwd.c')
-rw-r--r--crypto/des/read_pwd.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/crypto/des/read_pwd.c b/crypto/des/read_pwd.c
index db623706a7..00000190f8 100644
--- a/crypto/des/read_pwd.c
+++ b/crypto/des/read_pwd.c
@@ -372,7 +372,7 @@ int des_read_pw(char *buf, char *buff, int size, const char *prompt,
error:
fprintf(stderr,"\n");
-#ifdef DEBUG
+#if 0
perror("fgets(tty)");
#endif
/* What can we do if there is an error? */