commit | 887aa5b3813a6dda7d0a0f2baf52199ab57159d8 | [log] [tgz] |
---|---|---|
author | Manuel Pégourié-Gonnard <mpg@elzevir.fr> | Fri Apr 04 13:57:20 2014 +0200 |
committer | Manuel Pégourié-Gonnard <mpg@elzevir.fr> | Fri Apr 04 13:57:20 2014 +0200 |
tree | 546c2221c58fd9d6aaeeaf0fa663dfb805e02d6b | |
parent | e442111e29e4280cbe34b1a0a7eb520a87567e39 [diff] |
Fix include path in ecdsa.h
diff --git a/include/polarssl/ecdsa.h b/include/polarssl/ecdsa.h index 0fab07e..b5e363e 100644 --- a/include/polarssl/ecdsa.h +++ b/include/polarssl/ecdsa.h
@@ -30,7 +30,7 @@ #include "ecp.h" #if defined(POLARSSL_ECDSA_DETERMINISTIC) -#include "polarssl/md.h" +#include "md.h" #endif /**