Have all tests use EXIT() to exit rather than exit(), since the latter doesn't
[oweals/openssl.git] / crypto / ec / ectest.c
index 7df28ee7ed4bc811416421c8481f06b390d2031c..5d7b6b26aa7275adf3550816fe03a3891b5eea95 100644 (file)
@@ -77,7 +77,7 @@ int main(int argc, char * argv[]) { puts("Elliptic curves are disabled."); retur
        fflush(stdout); \
        fprintf(stderr, "%s:%d: ABORT\n", __FILE__, __LINE__); \
        ERR_print_errors_fp(stderr); \
-       exit(1); \
+       EXIT(1); \
 } while (0)
 
 #if 0