commit | 14f255f33221a7f8f942c986ac43be485df1f932 | [log] [tgz] |
---|---|---|
author | Nick Child <nick.child@ibm.com> | Tue Feb 07 16:18:59 2023 +0000 |
committer | Nick Child <nick.child@ibm.com> | Wed Feb 08 15:38:48 2023 +0000 |
tree | fb00f100e6d3dbddfaefe3bfbccc9f623f34d99a | |
parent | c7c94df715bd24b6a16cc3f7952a0404d1825464 [diff] |
pkcs7: Remove unnecessary dependencies stdio, stdlib and string header files are not used. Remove them. Signed-off-by: Nick Child <nick.child@ibm.com>
diff --git a/library/pkcs7.c b/library/pkcs7.c index 1159b9b..63ad71f 100644 --- a/library/pkcs7.c +++ b/library/pkcs7.c
@@ -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>