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;