X-Git-Url: https://git.openssl.org/?p=openssl.git;a=blobdiff_plain;f=crypto%2Fcast%2Fcastopts.c;fp=crypto%2Fcast%2Fcastopts.c;h=f8da8e809e4f4fcde76f4fc8b1e759500a27c041;hp=03398af7cc8e756cdc59d34bac891798f6935a78;hb=a9be3af5ad4836f7e50f0546311ca90c717b861e;hpb=47339f6179fbefafc793c10b0411ed0365497d65 diff --git a/crypto/cast/castopts.c b/crypto/cast/castopts.c index 03398af7cc..f8da8e809e 100644 --- a/crypto/cast/castopts.c +++ b/crypto/cast/castopts.c @@ -153,12 +153,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 @@ -166,12 +161,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);