X-Git-Url: https://git.openssl.org/gitweb/?a=blobdiff_plain;f=crypto%2Fidea%2Fideatest.c;fp=crypto%2Fidea%2Fideatest.c;h=98f805d72a599fccdde416e94491ef9ce809be2b;hb=55f78baf32f213301a0e8d6c6e7f40bd3b9857b1;hp=2c16f95b8a7aa5e89c0e47f629d92c71bda9fe81;hpb=6c359479d7755e6f228196e17fcdc98a05724d78;p=openssl.git diff --git a/crypto/idea/ideatest.c b/crypto/idea/ideatest.c index 2c16f95b8a..98f805d72a 100644 --- a/crypto/idea/ideatest.c +++ b/crypto/idea/ideatest.c @@ -60,6 +60,8 @@ #include #include +#include "../e_os.h" + #ifdef OPENSSL_NO_IDEA int main(int argc, char *argv[]) { @@ -167,7 +169,7 @@ int main(int argc, char *argv[]) else printf("ok\n"); - exit(err); + EXIT(err); return(err); }