mirror of
https://git.suyu.dev/suyu/mbedtls.git
synced 2025-12-23 15:55:10 +01:00
Remove polarssl/ from header includes
This commit is contained in:
parent
3a2c0563c9
commit
bdc96765d6
3 changed files with 3 additions and 3 deletions
|
|
@ -27,7 +27,7 @@
|
|||
#ifndef POLARSSL_ECDH_H
|
||||
#define POLARSSL_ECDH_H
|
||||
|
||||
#include "polarssl/ecp.h"
|
||||
#include "ecp.h"
|
||||
|
||||
#ifdef __cplusplus
|
||||
extern "C" {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue