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