Skip to content

Commit d83448b

Browse files
committed
Merge remote-tracking branch 'public/pr/2052' into development-restricted-proposed
2 parents 53b45ec + d264258 commit d83448b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

library/x509_crt.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -43,7 +43,6 @@
4343
#include "mbedtls/oid.h"
4444
#include "mbedtls/platform_util.h"
4545

46-
#include <stdio.h>
4746
#include <string.h>
4847

4948
#if defined(MBEDTLS_PEM_PARSE_C)
@@ -53,6 +52,7 @@
5352
#if defined(MBEDTLS_PLATFORM_C)
5453
#include "mbedtls/platform.h"
5554
#else
55+
#include <stdio.h>
5656
#include <stdlib.h>
5757
#define mbedtls_free free
5858
#define mbedtls_calloc calloc

0 commit comments

Comments
 (0)