From c04f8cf44a3b204b82f5f1f5d1ad9dbc738459f1 Mon Sep 17 00:00:00 2001 From: Richard Levitte Date: Sat, 23 Jun 2001 16:37:32 +0000 Subject: 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. --- apps/version.c | 1 + 1 file changed, 1 insertion(+) (limited to 'apps/version.c') diff --git a/apps/version.c b/apps/version.c index efa0d0d493..65b5935c9c 100644 --- a/apps/version.c +++ b/apps/version.c @@ -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); } -- cgit v1.2.3