1
0
mirror of https://github.com/Mbed-TLS/mbedtls.git synced 2025-08-07 06:42:56 +03:00

pkcs7: Remove unnecessary dependencies

stdio, stdlib and string header files are not
used. Remove them.

Signed-off-by: Nick Child <nick.child@ibm.com>
This commit is contained in:
Nick Child
2023-02-07 16:18:59 +00:00
parent c7c94df715
commit 14f255f332

View File

@@ -26,9 +26,6 @@
#include "mbedtls/oid.h" #include "mbedtls/oid.h"
#include "mbedtls/error.h" #include "mbedtls/error.h"
#include <stdlib.h>
#include <stdio.h>
#include <string.h>
#if defined(MBEDTLS_FS_IO) #if defined(MBEDTLS_FS_IO)
#include <sys/types.h> #include <sys/types.h>
#include <sys/stat.h> #include <sys/stat.h>