This commit was manufactured by cvs2svn to create branch
[oweals/openssl.git] / crypto / cast / casttest.c
index 099e790886ca417754392430e7d66cbeb08a2311..0d020d697596c18c758247e60de2dfe1673b49e4 100644 (file)
@@ -59,6 +59,9 @@
 #include <stdio.h>
 #include <string.h>
 #include <stdlib.h>
+#include <openssl/opensslconf.h> /* 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