mirror of
https://github.com/yuzu-emu/mbedtls.git
synced 2025-01-11 03:15:38 +00:00
Merge branch 'mbedtls-1.3' into development
* mbedtls-1.3: Fix ifdef issue
This commit is contained in:
commit
fbbbc933fc
|
@ -25,10 +25,7 @@
|
|||
#define POLARSSL_ECDSA_H
|
||||
|
||||
#include "ecp.h"
|
||||
|
||||
#if defined(POLARSSL_ECDSA_DETERMINISTIC)
|
||||
#include "md.h"
|
||||
#endif
|
||||
|
||||
/*
|
||||
* RFC 4492 page 20:
|
||||
|
|
Loading…
Reference in a new issue