X-Git-Url: https://git.librecmc.org/?a=blobdiff_plain;f=crypto%2Fidea%2Fidea_spd.c;h=301946b19846c82d0d9a4c4a2aa4b1c2df74ce03;hb=4328d51d08e89cf9d46836a2875b3d545711a4d8;hp=b600102e3fe66c2c3557765dddf685e9a4d160a7;hpb=5c83b4c93fb5e8a66c815055b26e6db1ca080272;p=oweals%2Fopenssl.git diff --git a/crypto/idea/idea_spd.c b/crypto/idea/idea_spd.c index b600102e3f..301946b198 100644 --- a/crypto/idea/idea_spd.c +++ b/crypto/idea/idea_spd.c @@ -64,12 +64,11 @@ #endif #include -#ifndef MSDOS -#include -#else -#include -extern int exit(); -#endif + +#include +#include OPENSSL_UNISTD_IO +OPENSSL_DECLARE_EXIT + #include #ifndef _IRIX #include @@ -102,7 +101,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) @@ -185,7 +183,7 @@ int main(int argc, char **argv) #endif #ifndef TIMES - printf("To get the most acurate results, try to run this\n"); + printf("To get the most accurate results, try to run this\n"); printf("program when this computer is idle.\n"); #endif