aboutsummaryrefslogtreecommitdiffstats
path: root/apps/version.c
diff options
context:
space:
mode:
Diffstat (limited to 'apps/version.c')
-rw-r--r--apps/version.c1
1 files changed, 1 insertions, 0 deletions
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);
}