From 3c7bfe9e77638712b46151b8e3eac60df3c20364 Mon Sep 17 00:00:00 2001 From: Denis Kenzior Date: Wed, 18 Feb 2015 21:12:45 -0600 Subject: [PATCH] unit: Update includes --- unit/test-arc4.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/unit/test-arc4.c b/unit/test-arc4.c index 2319fb99..aa306a75 100644 --- a/unit/test-arc4.c +++ b/unit/test-arc4.c @@ -27,7 +27,7 @@ #include #include -#include "src/arc4.h" +#include "src/crypto.h" struct arc4_skip_data { const uint8_t key[16];