summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorEzra Peisach <epeisach@mit.edu>2000-06-30 19:44:54 +0000
committerEzra Peisach <epeisach@mit.edu>2000-06-30 19:44:54 +0000
commitaaed8cf0ab2abf58b20defbc61c42eb11f1a5003 (patch)
tree209eaed77cac320aa7f25031c32d55f14c071974
parent52555067459cdac3514d5ae13b8f48db96ef0ad1 (diff)
downloadkrb5-aaed8cf0ab2abf58b20defbc61c42eb11f1a5003.tar.gz
krb5-aaed8cf0ab2abf58b20defbc61c42eb11f1a5003.tar.xz
krb5-aaed8cf0ab2abf58b20defbc61c42eb11f1a5003.zip
crypto_libinit.c: Add prototype for prng_cleanup()
git-svn-id: svn://anonsvn.mit.edu/krb5/trunk@12478 dc483132-0cff-0310-8789-dd5450dbe970
-rw-r--r--src/lib/crypto/ChangeLog4
-rw-r--r--src/lib/crypto/crypto_libinit.c2
2 files changed, 6 insertions, 0 deletions
diff --git a/src/lib/crypto/ChangeLog b/src/lib/crypto/ChangeLog
index 038dafc750..d47798582b 100644
--- a/src/lib/crypto/ChangeLog
+++ b/src/lib/crypto/ChangeLog
@@ -1,3 +1,7 @@
+2000-06-30 Ezra Peisach <epeisach@mit.edu>
+
+ * crypto_libinit.c: Add prototype for prng_cleanup().
+
2000-06-28 Ezra Peisach <epeisach@mit.edu>
* prng.c (prng_cleanup): Ensure memory allocated before calling free.
diff --git a/src/lib/crypto/crypto_libinit.c b/src/lib/crypto/crypto_libinit.c
index a4358d0d61..b27e460b09 100644
--- a/src/lib/crypto/crypto_libinit.c
+++ b/src/lib/crypto/crypto_libinit.c
@@ -2,6 +2,8 @@
static int initialized = 0;
+extern void prng_cleanup (void);
+
/*
* Initialize the crypto library.
*/