mirror of
https://github.com/yuzu-emu/mbedtls.git
synced 2024-11-22 22:25:47 +01:00
Remove polarssl/ from header includes
This commit is contained in:
parent
3a2c0563c9
commit
bdc96765d6
@ -27,7 +27,7 @@
|
|||||||
#ifndef POLARSSL_ECDH_H
|
#ifndef POLARSSL_ECDH_H
|
||||||
#define POLARSSL_ECDH_H
|
#define POLARSSL_ECDH_H
|
||||||
|
|
||||||
#include "polarssl/ecp.h"
|
#include "ecp.h"
|
||||||
|
|
||||||
#ifdef __cplusplus
|
#ifdef __cplusplus
|
||||||
extern "C" {
|
extern "C" {
|
||||||
|
@ -27,7 +27,7 @@
|
|||||||
#ifndef POLARSSL_ECDSA_H
|
#ifndef POLARSSL_ECDSA_H
|
||||||
#define POLARSSL_ECDSA_H
|
#define POLARSSL_ECDSA_H
|
||||||
|
|
||||||
#include "polarssl/ecp.h"
|
#include "ecp.h"
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* \brief ECDSA context structure
|
* \brief ECDSA context structure
|
||||||
|
@ -27,7 +27,7 @@
|
|||||||
#ifndef POLARSSL_ECP_H
|
#ifndef POLARSSL_ECP_H
|
||||||
#define POLARSSL_ECP_H
|
#define POLARSSL_ECP_H
|
||||||
|
|
||||||
#include "polarssl/bignum.h"
|
#include "bignum.h"
|
||||||
|
|
||||||
/*
|
/*
|
||||||
* ECP error codes
|
* ECP error codes
|
||||||
|
Loading…
Reference in New Issue
Block a user