The first argument to load_iv should really be a char ** instead of an
[openssl.git] / apps / sess_id.c
index 7f5c55b90180816fb64d3d959b1eac1dc65b0cbf..d91d84d2206b08b570908d694bc082a90f58dc3c 100644 (file)
@@ -272,7 +272,8 @@ bad:
 end:
        if (out != NULL) BIO_free_all(out);
        if (x != NULL) SSL_SESSION_free(x);
-       EXIT(ret);
+       apps_shutdown();
+       OPENSSL_EXIT(ret);
        }
 
 static SSL_SESSION *load_sess_id(char *infile, int format)