mirror of
https://github.com/Mbed-TLS/mbedtls.git
synced 2025-07-28 00:21:48 +03:00
Fix include path in ecdsa.h
This commit is contained in:
@ -30,7 +30,7 @@
|
||||
#include "ecp.h"
|
||||
|
||||
#if defined(POLARSSL_ECDSA_DETERMINISTIC)
|
||||
#include "polarssl/md.h"
|
||||
#include "md.h"
|
||||
#endif
|
||||
|
||||
/**
|
||||
|
Reference in New Issue
Block a user