From a9be3af5ad4836f7e50f0546311ca90c717b861e Mon Sep 17 00:00:00 2001 From: Ulf Möller Date: Mon, 26 Apr 1999 16:43:10 +0000 Subject: Remove NOPROTO definitions and error code comments. --- crypto/des/read_pwd.c | 11 ----------- 1 file changed, 11 deletions(-) (limited to 'crypto/des/read_pwd.c') 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 -- cgit v1.2.3