mirror of
https://github.com/yuzu-emu/mbedtls
synced 2024-11-24 19:38:21 +00:00
Merge branch 'mbedtls-1.3' into development
* mbedtls-1.3: Fix ifdef issue
This commit is contained in:
commit
fbbbc933fc
1 changed files with 0 additions and 3 deletions
|
@ -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
|
|
||||||
|
|
||||||
/*
|
/*
|
||||||
* RFC 4492 page 20:
|
* RFC 4492 page 20:
|
||||||
|
|
Loading…
Reference in a new issue