mirror of
https://github.com/yuzu-emu/mbedtls.git
synced 2024-12-23 14:05:28 +00:00
Fix ifdef issue
This commit is contained in:
parent
cf201201e6
commit
2a73a901d6
|
@ -25,10 +25,7 @@
|
|||
#define POLARSSL_ECDSA_H
|
||||
|
||||
#include "ecp.h"
|
||||
|
||||
#if defined(POLARSSL_ECDSA_DETERMINISTIC)
|
||||
#include "md.h"
|
||||
#endif
|
||||
|
||||
/**
|
||||
* \brief ECDSA context structure
|
||||
|
|
Loading…
Reference in a new issue