commit | 7268ca95008bf1a881fee881223978449c828b6e | [log] [tgz] |
---|---|---|
author | Ron Eldor <Ron.Eldor@arm.com> | Tue Sep 05 14:29:20 2017 +0300 |
committer | Ron Eldor <Ron.Eldor@arm.com> | Tue Sep 05 14:29:20 2017 +0300 |
tree | 4b9069a18c998fd2705375fd67988b523780981b | |
parent | b68733bf62f7d443d74ab4c7a206d1f54f044701 [diff] |
remove redundant include Remove redunadnat include for platform.h which was acciddently pushed, for debugging purposes
diff --git a/library/ecdsa.c b/library/ecdsa.c index d95dcae..8804ca6 100644 --- a/library/ecdsa.c +++ b/library/ecdsa.c
@@ -37,7 +37,6 @@ #include "mbedtls/asn1write.h" #include <string.h> -#include "mbedtls/platform.h" #if defined(MBEDTLS_ECDSA_DETERMINISTIC) #include "mbedtls/hmac_drbg.h" #endif