Use apps_shutdown() in all applications, in case someone decides not
[openssl.git] / apps / speed.c
index dbf7732a2a6fa0e39df9cbdbee7e762927bd911e..a7842cecd042fe1111305834c23bfc3983d26263 100644 (file)
@@ -1470,6 +1470,7 @@ end:
                if (dsa_key[i] != NULL)
                        DSA_free(dsa_key[i]);
 #endif
+       apps_shutdown();
        EXIT(mret);
        }