EXIT() may mean return(). That's confusing, so let's have it really mean
[openssl.git] / apps / ecparam.c
index 02bf6c1a9dd5e0bfebb48caaf713e7aa0a4ed3dd..3bd0a974873b32cc7b101ccc76ba7ce16586c1f6 100644 (file)
@@ -679,7 +679,7 @@ end:
        if (group != NULL)
                EC_GROUP_free(group);
        apps_shutdown();
-       EXIT(ret);
+       OPENSSL_EXIT(ret);
 }
 
 int ecparam_print_var(BIO *out, BIGNUM *in, const char *var,