summaryrefslogtreecommitdiffstats
path: root/crypto/cast/cast_spd.c
diff options
context:
space:
mode:
Diffstat (limited to 'crypto/cast/cast_spd.c')
-rw-r--r--crypto/cast/cast_spd.c10
1 files changed, 0 insertions, 10 deletions
diff --git a/crypto/cast/cast_spd.c b/crypto/cast/cast_spd.c
index 8163709fed..209de792d3 100644
--- a/crypto/cast/cast_spd.c
+++ b/crypto/cast/cast_spd.c
@@ -116,12 +116,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) || defined(_AIX)
#define SIGRETTYPE void
@@ -129,12 +124,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);