diff options
author | Ulf Möller <ulf@openssl.org> | 1999-04-26 18:43:10 +0200 |
---|---|---|
committer | Ulf Möller <ulf@openssl.org> | 1999-04-26 18:43:10 +0200 |
commit | a9be3af5ad4836f7e50f0546311ca90c717b861e (patch) | |
tree | f44f7f8c4497d85da4c5cbd08067479bb20ced95 /crypto/des/read_pwd.c | |
parent | Extensively changed the DEF file generator mkdef.pl to use a modified version (diff) | |
download | openssl-a9be3af5ad4836f7e50f0546311ca90c717b861e.tar.xz openssl-a9be3af5ad4836f7e50f0546311ca90c717b861e.zip |
Remove NOPROTO definitions and error code comments.
Diffstat (limited to 'crypto/des/read_pwd.c')
-rw-r--r-- | crypto/des/read_pwd.c | 11 |
1 files changed, 0 insertions, 11 deletions
diff --git a/crypto/des/read_pwd.c b/crypto/des/read_pwd.c index b44b937a49..24e814ec76 100644 --- a/crypto/des/read_pwd.c +++ b/crypto/des/read_pwd.c @@ -169,7 +169,6 @@ struct IOSB { #define NX509_SIG 32 #endif -#ifndef NOPROTO static void read_till_nl(FILE *); static void recsig(int); static void pushsig(void); @@ -177,16 +176,6 @@ static void popsig(void); #if defined(MSDOS) && !defined(WIN16) static int noecho_fgets(char *buf, int size, FILE *tty); #endif -#else -static void read_till_nl(); -static void recsig(); -static void pushsig(); -static void popsig(); -#if defined(MSDOS) && !defined(WIN16) -static int noecho_fgets(); -#endif -#endif - #ifdef SIGACTION static struct sigaction savsig[NX509_SIG]; #else |