Commit 3d5e97f5 authored by Richard Levitte's avatar Richard Levitte
Browse files

Call apps_shutdown() to take down what apps_startup() set up.

parent 54c7559a
Loading
Loading
Loading
Loading
+1 −0
Original line number Diff line number Diff line
@@ -1022,6 +1022,7 @@ end:
#ifndef OPENSSL_NO_DSA
	if (dsa_params != NULL) DSA_free(dsa_params);
#endif
	apps_shutdown();
	EXIT(ex);
	}