From 2a73a901d6bea9427a9e5adb458eae445f89a079 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Manuel=20P=C3=A9gouri=C3=A9-Gonnard?= Date: Thu, 2 Apr 2015 14:16:45 +0100 Subject: [PATCH] Fix ifdef issue --- include/polarssl/ecdsa.h | 3 --- 1 file changed, 3 deletions(-) diff --git a/include/polarssl/ecdsa.h b/include/polarssl/ecdsa.h index 9a04ee65be..5eb83d9d27 100644 --- a/include/polarssl/ecdsa.h +++ b/include/polarssl/ecdsa.h @@ -25,10 +25,7 @@ #define POLARSSL_ECDSA_H #include "ecp.h" - -#if defined(POLARSSL_ECDSA_DETERMINISTIC) #include "md.h" -#endif /** * \brief ECDSA context structure