mirror of
https://github.com/yuzu-emu/mbedtls.git
synced 2024-11-22 10:55:38 +01:00
Fix include path in ecdsa.h
This commit is contained in:
parent
e442111e29
commit
887aa5b381
@ -14,6 +14,8 @@ Bugfix
|
|||||||
* Fixed malloc/free default #define in platform.c (found by Gergely Budai).
|
* Fixed malloc/free default #define in platform.c (found by Gergely Budai).
|
||||||
* Fixed type which made POLARSSL_ENTROPY_FORCE_SHA256 uneffective (found by
|
* Fixed type which made POLARSSL_ENTROPY_FORCE_SHA256 uneffective (found by
|
||||||
Gergely Budai).
|
Gergely Budai).
|
||||||
|
* Fix #include path in ecdsa.h which wasn't accepted by some compilers.
|
||||||
|
(found by Gergely Budai)
|
||||||
|
|
||||||
= PolarSSL 1.3.5 released on 2014-03-26
|
= PolarSSL 1.3.5 released on 2014-03-26
|
||||||
Features
|
Features
|
||||||
|
@ -30,7 +30,7 @@
|
|||||||
#include "ecp.h"
|
#include "ecp.h"
|
||||||
|
|
||||||
#if defined(POLARSSL_ECDSA_DETERMINISTIC)
|
#if defined(POLARSSL_ECDSA_DETERMINISTIC)
|
||||||
#include "polarssl/md.h"
|
#include "md.h"
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
/**
|
/**
|
||||||
|
Loading…
Reference in New Issue
Block a user