svn rev #24825: trunk/src/lib/crypto/builtin/des/
ghudson@MIT.EDU
ghudson at MIT.EDU
Sun Apr 3 08:26:23 EDT 2011
http://src.mit.edu/fisheye/changelog/krb5/?cs=24825
Commit By: ghudson
Log Message:
destest.c no longer needs crypto_int.h.
Changed Files:
U trunk/src/lib/crypto/builtin/des/destest.c
Modified: trunk/src/lib/crypto/builtin/des/destest.c
===================================================================
--- trunk/src/lib/crypto/builtin/des/destest.c 2011-04-03 08:52:25 UTC (rev 24824)
+++ trunk/src/lib/crypto/builtin/des/destest.c 2011-04-03 12:26:23 UTC (rev 24825)
@@ -52,7 +52,6 @@
/* Test a DES implementation against known inputs & outputs. */
#include "des_int.h"
-#include "crypto_int.h"
#include <stdio.h>
void convert (char *, unsigned char []);
More information about the cvs-krb5
mailing list