Use apps_shutdown() in all applications, in case someone decides not
authorRichard Levitte <levitte@openssl.org>
Sat, 23 Jun 2001 16:37:32 +0000 (16:37 +0000)
committerRichard Levitte <levitte@openssl.org>
Sat, 23 Jun 2001 16:37:32 +0000 (16:37 +0000)
commitc04f8cf44a3b204b82f5f1f5d1ad9dbc738459f1
tree976a776db3dba0efd3e7c2ffed56bdad6125fb82
parent870d986131869300c8510fdba2b4937658f3fa34
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.
26 files changed:
apps/asn1pars.c
apps/ciphers.c
apps/crl.c
apps/crl2p7.c
apps/dgst.c
apps/dh.c
apps/dhparam.c
apps/dsa.c
apps/dsaparam.c
apps/enc.c
apps/engine.c
apps/errstr.c
apps/gendh.c
apps/gendsa.c
apps/genrsa.c
apps/passwd.c
apps/pkcs7.c
apps/rand.c
apps/rsa.c
apps/s_client.c
apps/s_server.c
apps/s_time.c
apps/sess_id.c
apps/speed.c
apps/version.c
apps/x509.c