Use apps_shutdown() in all applications, in case someone decides not
[openssl.git] / apps / s_time.c
index 3bdf898882582a24ec190cb8f9ee37f358a2bf71..0e2f4566c9cd1ddeea7b9a52b1e241314bdd423b 100644 (file)
@@ -443,7 +443,6 @@ int MAIN(int argc, char **argv)
 
        if (tm_cipher == NULL ) {
                fprintf( stderr, "No CIPHER specified\n" );
-/*             EXIT(1); */
        }
 
        if (!(perform & 1)) goto next;
@@ -610,6 +609,7 @@ end:
                SSL_CTX_free(tm_ctx);
                tm_ctx=NULL;
                }
+       apps_shutdown();
        EXIT(ret);
        }