commit | 0f6bc41a226e55f522145607cbdc32d95f9653d7 | [log] [tgz] |
---|---|---|
author | Harry Ramsey <harry.ramsey@arm.com> | Fri Oct 04 10:36:54 2024 +0100 |
committer | Harry Ramsey <harry.ramsey@arm.com> | Wed Oct 09 11:18:50 2024 +0100 |
tree | 85f5fcf5ec548af4032e2a2661e9de3956943ee7 | |
parent | 91c6d4f81936c2249923ffb99b579b87a82cafa6 [diff] [blame] |
Update includes for each library file Signed-off-by: Harry Ramsey <harry.ramsey@arm.com>
diff --git a/library/x509.c b/library/x509.c index be7b277..0571687 100644 --- a/library/x509.c +++ b/library/x509.c
@@ -15,11 +15,10 @@ * http://www.itu.int/ITU-T/studygroups/com17/languages/X.690-0207.pdf */ -#include "common.h" +#include "x509_internal.h" #if defined(MBEDTLS_X509_USE_C) -#include "x509_internal.h" #include "mbedtls/asn1.h" #include "mbedtls/error.h" #include "mbedtls/oid.h"