summaryrefslogtreecommitdiffstats
path: root/src/lib/crypto
diff options
context:
space:
mode:
authorGreg Hudson <ghudson@mit.edu>2011-04-03 12:26:23 +0000
committerGreg Hudson <ghudson@mit.edu>2011-04-03 12:26:23 +0000
commitb3f99b200fd2f5ea59994f997c4c42f89b2e0f11 (patch)
treee26395cb28acc804a12d0108bd67010fc40c2210 /src/lib/crypto
parent3b315b03f23074ffc80c1f86b91a030c1c6d3a99 (diff)
downloadkrb5-b3f99b200fd2f5ea59994f997c4c42f89b2e0f11.tar.gz
krb5-b3f99b200fd2f5ea59994f997c4c42f89b2e0f11.tar.xz
krb5-b3f99b200fd2f5ea59994f997c4c42f89b2e0f11.zip
destest.c no longer needs crypto_int.h
git-svn-id: svn://anonsvn.mit.edu/krb5/trunk@24825 dc483132-0cff-0310-8789-dd5450dbe970
Diffstat (limited to 'src/lib/crypto')
-rw-r--r--src/lib/crypto/builtin/des/destest.c1
1 files changed, 0 insertions, 1 deletions
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 <stdio.h>
void convert (char *, unsigned char []);