svn rev #24663: trunk/src/lib/crypto/krb/
ghudson@MIT.EDU
ghudson at MIT.EDU
Fri Feb 25 14:28:13 EST 2011
http://src.mit.edu/fisheye/changelog/krb5/?cs=24663
Commit By: ghudson
Log Message:
Remove some unnecessary includes from prng_fortuna.c.
Changed Files:
U trunk/src/lib/crypto/krb/prng_fortuna.c
Modified: trunk/src/lib/crypto/krb/prng_fortuna.c
===================================================================
--- trunk/src/lib/crypto/krb/prng_fortuna.c 2011-02-25 17:30:37 UTC (rev 24662)
+++ trunk/src/lib/crypto/krb/prng_fortuna.c 2011-02-25 19:28:13 UTC (rev 24663)
@@ -77,9 +77,7 @@
#include "k5-int.h"
#include "prng.h"
#include "aes.h"
-#include "enc_provider.h"
#include "sha2.h"
-#include "enc_provider.h"
/* The accumulator's number of pools. */
#define NUM_POOLS 32
More information about the cvs-krb5
mailing list