Moved krb5, gss, and crypto library initialization/cleanup code into new dedicated...
authorMiro Jurisic <meeroh@mit.edu>
Sat, 22 Jan 2000 04:04:36 +0000 (04:04 +0000)
committerMiro Jurisic <meeroh@mit.edu>
Sat, 22 Jan 2000 04:04:36 +0000 (04:04 +0000)
commit3954dd2c1f9919e2ac09f86f022063119b5dd8d3
tree4918d63eb6cb7427d398d6cac70bfa325ad29025
parent41ff7485d2775407c85fb2b90b26c3170b2ad4b5
Moved krb5, gss, and crypto library initialization/cleanup code into new dedicated functions; added code to release global state allocated in prng.c

git-svn-id: svn://anonsvn.mit.edu/krb5/trunk@11960 dc483132-0cff-0310-8789-dd5450dbe970
15 files changed:
src/lib/crypto/ChangeLog
src/lib/crypto/Makefile.in
src/lib/crypto/crypto_libinit.c [new file with mode: 0644]
src/lib/crypto/crypto_libinit.h [new file with mode: 0644]
src/lib/crypto/prng.c
src/lib/gssapi/ChangeLog
src/lib/gssapi/Makefile.in
src/lib/gssapi/gss_libinit.c [new file with mode: 0644]
src/lib/gssapi/gss_libinit.h [new file with mode: 0644]
src/lib/krb5/ChangeLog
src/lib/krb5/Makefile.in
src/lib/krb5/krb5_libinit.c [new file with mode: 0644]
src/lib/krb5/krb5_libinit.h [new file with mode: 0644]
src/mac/GSS.CFM.c
src/mac/K5.CFM.c