mirror of
https://github.com/yuzu-emu/mbedtls.git
synced 2025-02-24 20:06:53 +00:00
Merge remote-tracking branch 'public/pr/2138' into mbedtls-2.7-restricted-proposed
This commit is contained in:
commit
9136dab9c3
|
@ -40,7 +40,6 @@
|
|||
#include "mbedtls/x509_crt.h"
|
||||
#include "mbedtls/oid.h"
|
||||
|
||||
#include <stdio.h>
|
||||
#include <string.h>
|
||||
|
||||
#if defined(MBEDTLS_PEM_PARSE_C)
|
||||
|
@ -50,6 +49,7 @@
|
|||
#if defined(MBEDTLS_PLATFORM_C)
|
||||
#include "mbedtls/platform.h"
|
||||
#else
|
||||
#include <stdio.h>
|
||||
#include <stdlib.h>
|
||||
#define mbedtls_free free
|
||||
#define mbedtls_calloc calloc
|
||||
|
|
Loading…
Reference in a new issue