From: Ulf Möller Date: Thu, 13 May 1999 17:55:08 +0000 (+0000) Subject: Missed one line. X-Git-Tag: OpenSSL_0_9_3beta1~79 X-Git-Url: https://git.openssl.org/gitweb/?p=openssl.git;a=commitdiff_plain;h=7de82c29c839c13e90a82fcce2e5a403647f4366;hp=608217d8d0b0fd07e28e7a1e687ec19f550edb7f;ds=sidebyside Missed one line. --- diff --git a/crypto/idea/idea_spd.c b/crypto/idea/idea_spd.c index b600102e3f..3c24ff5d86 100644 --- a/crypto/idea/idea_spd.c +++ b/crypto/idea/idea_spd.c @@ -102,7 +102,6 @@ extern int exit(); /* The following if from times(3) man page. It may need to be changed */ #ifndef HZ #ifndef CLK_TCK -#ifndef VMS #define HZ 100.0 #else /* CLK_TCK */ #define HZ ((double)CLK_TCK) diff --git a/crypto/rc2/rc2speed.c b/crypto/rc2/rc2speed.c index 423fdba24b..5e747c9265 100644 --- a/crypto/rc2/rc2speed.c +++ b/crypto/rc2/rc2speed.c @@ -107,7 +107,6 @@ extern int exit(); #else /* CLK_TCK */ #define HZ ((double)CLK_TCK) #endif -#endif #define BUFSIZE ((long)1024) long run=0;