commit | 2a73a901d6bea9427a9e5adb458eae445f89a079 | [log] [tgz] |
---|---|---|
author | Manuel Pégourié-Gonnard <mpg@elzevir.fr> | Thu Apr 02 14:16:45 2015 +0100 |
committer | Manuel Pégourié-Gonnard <mpg@elzevir.fr> | Thu Apr 02 14:16:45 2015 +0100 |
tree | 653bd6dd667e8d9209822a12618be29290e60e7f | |
parent | cf201201e6bb9f660ca74df728f2315c4c5cdd17 [diff] |
Fix ifdef issue
diff --git a/include/polarssl/ecdsa.h b/include/polarssl/ecdsa.h index 9a04ee6..5eb83d9 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