X-Git-Url: https://git.librecmc.org/?a=blobdiff_plain;f=crypto%2Fidea%2Fideatest.c;h=e6ffc7025e75db4ceb38852fea7c0a652bee671e;hb=cec2af75102df52c2f270b3751e3487f47fccb6c;hp=2c16f95b8a7aa5e89c0e47f629d92c71bda9fe81;hpb=cf1b7d96647d55e533f779e476e3d4371f40445a;p=oweals%2Fopenssl.git diff --git a/crypto/idea/ideatest.c b/crypto/idea/ideatest.c index 2c16f95b8a..e6ffc7025e 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,10 @@ int main(int argc, char *argv[]) else printf("ok\n"); - exit(err); +#ifdef OPENSSL_SYS_NETWARE + if (err) printf("ERROR: %d\n", err); +#endif + EXIT(err); return(err); }