diff options
author | Bodo Möller <bodo@openssl.org> | 2002-02-28 11:51:56 +0100 |
---|---|---|
committer | Bodo Möller <bodo@openssl.org> | 2002-02-28 11:51:56 +0100 |
commit | 59dbdb51dc41fb871f491e7d91bf6d8aae7078a5 (patch) | |
tree | c82d7b1e3b6617c2b921ea9316ee2326a2c9416d /crypto/des/read_pwd.c | |
parent | This adds a new ENGINE to support IBM 4758 cards, contributed by Maurice (diff) | |
download | openssl-59dbdb51dc41fb871f491e7d91bf6d8aae7078a5.tar.xz openssl-59dbdb51dc41fb871f491e7d91bf6d8aae7078a5.zip |
disable '#ifdef DEBUG' sections
Diffstat (limited to 'crypto/des/read_pwd.c')
-rw-r--r-- | crypto/des/read_pwd.c | 2 |
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? */ |