aboutsummaryrefslogtreecommitdiffstats
path: root/crypto/des/read_pwd.c
diff options
context:
space:
mode:
Diffstat (limited to 'crypto/des/read_pwd.c')
-rw-r--r--crypto/des/read_pwd.c4
1 files changed, 0 insertions, 4 deletions
diff --git a/crypto/des/read_pwd.c b/crypto/des/read_pwd.c
index 7639fc0c3b..fed49652c0 100644
--- a/crypto/des/read_pwd.c
+++ b/crypto/des/read_pwd.c
@@ -188,11 +188,7 @@ static int noecho_fgets(char *buf, int size, FILE *tty);
#ifdef SIGACTION
static struct sigaction savsig[NX509_SIG];
#else
-# ifndef NOPROTO
static void (*savsig[NX509_SIG])(int );
-# else
- static void (*savsig[NX509_SIG])();
-# endif
#endif
static jmp_buf save;