From aaed8cf0ab2abf58b20defbc61c42eb11f1a5003 Mon Sep 17 00:00:00 2001 From: Ezra Peisach Date: Fri, 30 Jun 2000 19:44:54 +0000 Subject: [PATCH] crypto_libinit.c: Add prototype for prng_cleanup() git-svn-id: svn://anonsvn.mit.edu/krb5/trunk@12478 dc483132-0cff-0310-8789-dd5450dbe970 --- src/lib/crypto/ChangeLog | 4 ++++ src/lib/crypto/crypto_libinit.c | 2 ++ 2 files changed, 6 insertions(+) diff --git a/src/lib/crypto/ChangeLog b/src/lib/crypto/ChangeLog index 038dafc75..d47798582 100644 --- a/src/lib/crypto/ChangeLog +++ b/src/lib/crypto/ChangeLog @@ -1,3 +1,7 @@ +2000-06-30 Ezra Peisach + + * crypto_libinit.c: Add prototype for prng_cleanup(). + 2000-06-28 Ezra Peisach * 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 a4358d0d6..b27e460b0 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. */ -- 2.26.2