EXIT() may mean return(). That's confusing, so let's have it really mean
[openssl.git] / apps / req.c
index 980138f04137cdc5bc26c05be5d9f362cfd690ac..a582e69775036986c7d8b15b404398bfc7e82391 100644 (file)
@@ -1150,7 +1150,7 @@ end:
        if (ec_params != NULL) EC_KEY_free(ec_params);
 #endif
        apps_shutdown();
-       EXIT(ex);
+       OPENSSL_EXIT(ex);
        }
 
 static int make_REQ(X509_REQ *req, EVP_PKEY *pkey, char *subj, int attribs,