Use apps_shutdown() in all applications, in case someone decides not

to go the monolith way (does anyone do that these days?).

NOTE: a few applications are missing in this commit.  I've a few more
changes in them that I haven't tested yet.
This commit is contained in:
Richard Levitte
2001-06-23 16:37:32 +00:00
parent 870d986131
commit c04f8cf44a
26 changed files with 30 additions and 3 deletions

View File

@@ -131,5 +131,6 @@ int MAIN(int argc, char **argv)
if (cflags) printf("%s\n",SSLeay_version(SSLEAY_CFLAGS));
if (dir) printf("%s\n",SSLeay_version(SSLEAY_DIR));
end:
apps_shutdown();
EXIT(ret);
}