From: Greg Hudson Date: Sun, 3 Apr 2011 12:26:23 +0000 (+0000) Subject: destest.c no longer needs crypto_int.h X-Git-Tag: krb5-1.10-alpha1~498 X-Git-Url: http://git.tremily.us/?a=commitdiff_plain;h=b3f99b200fd2f5ea59994f997c4c42f89b2e0f11;p=krb5.git destest.c no longer needs crypto_int.h git-svn-id: svn://anonsvn.mit.edu/krb5/trunk@24825 dc483132-0cff-0310-8789-dd5450dbe970 --- diff --git a/src/lib/crypto/builtin/des/destest.c b/src/lib/crypto/builtin/des/destest.c index 85d37f634..6eeb070d8 100644 --- a/src/lib/crypto/builtin/des/destest.c +++ b/src/lib/crypto/builtin/des/destest.c @@ -52,7 +52,6 @@ /* Test a DES implementation against known inputs & outputs. */ #include "des_int.h" -#include "crypto_int.h" #include void convert (char *, unsigned char []);