aboutsummaryrefslogtreecommitdiff
path: root/crypto/rc5/rc5speed.c
diff options
context:
space:
mode:
authorUlf Möller <ulf@openssl.org>1999-04-26 16:43:10 +0000
committerUlf Möller <ulf@openssl.org>1999-04-26 16:43:10 +0000
commita9be3af5ad4836f7e50f0546311ca90c717b861e (patch)
treef44f7f8c4497d85da4c5cbd08067479bb20ced95 /crypto/rc5/rc5speed.c
parent47339f6179fbefafc793c10b0411ed0365497d65 (diff)
downloadopenssl-a9be3af5ad4836f7e50f0546311ca90c717b861e.zip
openssl-a9be3af5ad4836f7e50f0546311ca90c717b861e.tar.gz
openssl-a9be3af5ad4836f7e50f0546311ca90c717b861e.tar.bz2
Remove NOPROTO definitions and error code comments.
Diffstat (limited to 'crypto/rc5/rc5speed.c')
-rw-r--r--crypto/rc5/rc5speed.c10
1 files changed, 0 insertions, 10 deletions
diff --git a/crypto/rc5/rc5speed.c b/crypto/rc5/rc5speed.c
index f7e23b7..d8ebee6 100644
--- a/crypto/rc5/rc5speed.c
+++ b/crypto/rc5/rc5speed.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);