From fa852d1c48e62f7be38185c2dc12858a18db072c Mon Sep 17 00:00:00 2001 From: Denis Kenzior Date: Wed, 10 Feb 2016 14:36:27 -0600 Subject: [PATCH] unit: Remove references to sha1.h --- unit/test-crypto.c | 1 - unit/test-eapol.c | 1 - 2 files changed, 2 deletions(-) diff --git a/unit/test-crypto.c b/unit/test-crypto.c index 6920aa6d..eba714d6 100644 --- a/unit/test-crypto.c +++ b/unit/test-crypto.c @@ -29,7 +29,6 @@ #include #include -#include "src/sha1.h" #include "src/crypto.h" struct psk_data { diff --git a/unit/test-eapol.c b/unit/test-eapol.c index 5e22255c..d805171d 100644 --- a/unit/test-eapol.c +++ b/unit/test-eapol.c @@ -30,7 +30,6 @@ #include #include -#include "src/sha1.h" #include "src/eapol.h" #include "src/crypto.h" #include "src/ie.h"