commit | 4b0e8f0e2c67f88816f7ebfc314e725986fe6343 | [log] [tgz] |
---|---|---|
author | Manuel Pégourié-Gonnard <manuel.pegourie-gonnard@arm.com> | Thu Jul 06 12:25:12 2023 +0200 |
committer | Manuel Pégourié-Gonnard <manuel.pegourie-gonnard@arm.com> | Mon Oct 16 10:25:44 2023 +0200 |
tree | 182534c26931e7d5d040813c5a85378a1e88ea75 | |
parent | 28b56335bb3f9073d8bebba752e7b8f5d960f39d [diff] |
Remove redundant include It's also included later, guarded by support for ECC keys, and actually that's the only case where we need it. Signed-off-by: Manuel Pégourié-Gonnard <manuel.pegourie-gonnard@arm.com>
diff --git a/library/pkparse.c b/library/pkparse.c index e1422df..687c2c0 100644 --- a/library/pkparse.c +++ b/library/pkparse.c
@@ -26,7 +26,6 @@ #include "mbedtls/oid.h" #include "mbedtls/platform_util.h" #include "mbedtls/error.h" -#include "pk_internal.h" #include <string.h>