1
0
mirror of https://github.com/Mbed-TLS/mbedtls.git synced 2025-07-28 00:21:48 +03:00

Fix include path in ecdsa.h

This commit is contained in:
Manuel Pégourié-Gonnard
2014-04-04 13:57:20 +02:00
parent e442111e29
commit 887aa5b381
2 changed files with 3 additions and 1 deletions

View File

@ -30,7 +30,7 @@
#include "ecp.h"
#if defined(POLARSSL_ECDSA_DETERMINISTIC)
#include "polarssl/md.h"
#include "md.h"
#endif
/**