X-Git-Url: https://git.librecmc.org/?a=blobdiff_plain;f=crypto%2Fcast%2Fcasttest.c;h=0d020d697596c18c758247e60de2dfe1673b49e4;hb=b0c0f200712ea51b6442fa0d496a6e0088017890;hp=099e790886ca417754392430e7d66cbeb08a2311;hpb=cf1b7d96647d55e533f779e476e3d4371f40445a;p=oweals%2Fopenssl.git diff --git a/crypto/cast/casttest.c b/crypto/cast/casttest.c index 099e790886..0d020d6975 100644 --- a/crypto/cast/casttest.c +++ b/crypto/cast/casttest.c @@ -59,6 +59,9 @@ #include #include #include +#include /* To see if OPENSSL_NO_CAST is defined */ + +#include "../e_os.h" #ifdef OPENSSL_NO_CAST int main(int argc, char *argv[]) @@ -224,7 +227,7 @@ int main(int argc, char *argv[]) } #endif - exit(err); + EXIT(err); return(err); } #endif