aboutsummaryrefslogtreecommitdiffstats
path: root/crypto/des/read_pwd.c
diff options
context:
space:
mode:
authorUlf Möller <ulf@openssl.org>1999-07-15 23:47:02 +0000
committerUlf Möller <ulf@openssl.org>1999-07-15 23:47:02 +0000
commitcfa3747ba95ed154caedf99f847082c72f867a27 (patch)
tree82d0a855a52f39a202adc4fd56bf5e3b3ece4e2f /crypto/des/read_pwd.c
parent4f6235f701587189bc159715902933e1ecedd15e (diff)
downloadopenssl-cfa3747ba95ed154caedf99f847082c72f867a27.tar.gz
More DES library cleanups: remove references to srand/rand
and delete an unused file.
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;