mirror of
https://github.com/espressif/mbedtls.git
synced 2026-09-18 08:19:54 +00:00
pkcs7: Remove unnecessary dependencies
stdio, stdlib and string header files are not used. Remove them. Signed-off-by: Nick Child <[email protected]>
This commit is contained in:
@@ -26,9 +26,6 @@
|
||||
#include "mbedtls/oid.h"
|
||||
#include "mbedtls/error.h"
|
||||
|
||||
#include <stdlib.h>
|
||||
#include <stdio.h>
|
||||
#include <string.h>
|
||||
#if defined(MBEDTLS_FS_IO)
|
||||
#include <sys/types.h>
|
||||
#include <sys/stat.h>
|
||||
|
||||
Reference in New Issue
Block a user