commit | c04f8cf44a3b204b82f5f1f5d1ad9dbc738459f1 | [log] [tgz] |
---|---|---|
author | Richard Levitte <levitte@openssl.org> | Sat Jun 23 16:37:32 2001 +0000 |
committer | Richard Levitte <levitte@openssl.org> | Sat Jun 23 16:37:32 2001 +0000 |
tree | 976a776db3dba0efd3e7c2ffed56bdad6125fb82 | |
parent | 870d986131869300c8510fdba2b4937658f3fa34 [diff] [blame] |
Use apps_shutdown() in all applications, in case someone decides not to go the monolith way (does anyone do that these days?). NOTE: a few applications are missing in this commit. I've a few more changes in them that I haven't tested yet.
diff --git a/apps/s_server.c b/apps/s_server.c index 11971cb..6ed2349 100644 --- a/apps/s_server.c +++ b/apps/s_server.c
@@ -799,6 +799,7 @@ BIO_free(bio_s_out); bio_s_out=NULL; } + apps_shutdown(); EXIT(ret); }