]> git.ipfire.org Git - thirdparty/openssl.git/blobdiff - crypto/ec/ectest.c
Have all tests use EXIT() to exit rather than exit(), since the latter doesn't
[thirdparty/openssl.git] / crypto / ec / ectest.c
index a396dd8f028ffe4cb29ba4c77a83fdc64c7e68aa..d7e606db715e6bbc31cdb1f315191250f7a784fd 100644 (file)
@@ -95,7 +95,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)
 
 void prime_field_tests(void);