summaryrefslogtreecommitdiffstats
path: root/crypto/des/des_opts.c
diff options
context:
space:
mode:
Diffstat (limited to 'crypto/des/des_opts.c')
-rw-r--r--crypto/des/des_opts.c10
1 files changed, 0 insertions, 10 deletions
diff --git a/crypto/des/des_opts.c b/crypto/des/des_opts.c
index 4ae3dae76b..879b9a9364 100644
--- a/crypto/des/des_opts.c
+++ b/crypto/des/des_opts.c
@@ -334,12 +334,7 @@ struct tms {
#define BUFSIZE ((long)1024)
long run=0;
-#ifndef NOPROTO
double Time_F(int s);
-#else
-double Time_F();
-#endif
-
#ifdef SIGALRM
#if defined(__STDC__) || defined(sgi)
#define SIGRETTYPE void
@@ -347,12 +342,7 @@ double Time_F();
#define SIGRETTYPE int
#endif
-#ifndef NOPROTO
SIGRETTYPE sig_done(int sig);
-#else
-SIGRETTYPE sig_done();
-#endif
-
SIGRETTYPE sig_done(int sig)
{
signal(SIGALRM,sig_done);