From 90839871d7a9cecd3259552eca8fe7e5ee37872d Mon Sep 17 00:00:00 2001 From: Peter van Dijk Date: Tue, 15 Oct 2013 16:10:07 +0200 Subject: [PATCH] don't rely on included polarssl header files when using system polarssl. Spotted by Oden Eriksson of Mandriva, thanks! --- pdns/sha.hh | 6 ------ 1 file changed, 6 deletions(-) diff --git a/pdns/sha.hh b/pdns/sha.hh index 3d5b47b531..055d6f7455 100644 --- a/pdns/sha.hh +++ b/pdns/sha.hh @@ -3,15 +3,9 @@ #include #include -#ifdef HAVE_LIBPOLARSSLSSL #include #include #include -#else -#include "ext/polarssl-1.1.2/include/polarssl/sha1.h" -#include "ext/polarssl-1.1.2/include/polarssl/sha2.h" -#include "ext/polarssl-1.1.2/include/polarssl/sha4.h" -#endif class SHA1Summer { -- 2.47.2