summaryrefslogtreecommitdiffstats
path: root/src
diff options
context:
space:
mode:
Diffstat (limited to 'src')
-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 []);