Fix include path in ecdsa.h
This commit is contained in:
parent
e442111e29
commit
887aa5b381
2 changed files with 3 additions and 1 deletions
|
@ -30,7 +30,7 @@
|
|||
#include "ecp.h"
|
||||
|
||||
#if defined(POLARSSL_ECDSA_DETERMINISTIC)
|
||||
#include "polarssl/md.h"
|
||||
#include "md.h"
|
||||
#endif
|
||||
|
||||
/**
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue