From b3f99b200fd2f5ea59994f997c4c42f89b2e0f11 Mon Sep 17 00:00:00 2001 From: Greg Hudson Date: Sun, 3 Apr 2011 12:26:23 +0000 Subject: [PATCH] destest.c no longer needs crypto_int.h git-svn-id: svn://anonsvn.mit.edu/krb5/trunk@24825 dc483132-0cff-0310-8789-dd5450dbe970 --- src/lib/crypto/builtin/des/destest.c | 1 - 1 file changed, 1 deletion(-) 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 []); -- 2.26.2