Unfortunately, we had two files named oid.h - one in the main repo, and one in the tf-psa-crypto repo, and these files included the mbedtls one, so I restored the header include

Signed-off-by: Anton Matkin <anton.matkin@arm.com>
This commit is contained in:
Anton Matkin
2025-06-16 23:23:36 +02:00
parent 5fe229da40
commit 7a65ce6737
18 changed files with 18 additions and 18 deletions
+1 -1
View File
@@ -9,7 +9,7 @@
#include "mbedtls/asn1.h"
#include "mbedtls/x509_crt.h"
#include "mbedtls/x509_crl.h"
#include "mbedtls/private/oid.h"
#include "mbedtls/oid.h"
#include "x509_oid.h"
#include "mbedtls/error.h"
+1 -1
View File
@@ -30,7 +30,7 @@
#include "psa/crypto.h"
#if defined(MBEDTLS_X509_CRT_PARSE_C)
#include "mbedtls/private/oid.h"
#include "mbedtls/oid.h"
#endif
/* Define a local translating function to save code size by not using too many
+1 -1
View File
@@ -34,7 +34,7 @@
#include "psa/crypto.h"
#if defined(MBEDTLS_X509_CRT_PARSE_C)
#include "mbedtls/private/oid.h"
#include "mbedtls/oid.h"
#endif
/* Define local translating functions to save code size by not using too many
+1 -1
View File
@@ -13,7 +13,7 @@
#include "mbedtls/error.h"
#include "debug_internal.h"
#include "mbedtls/private/oid.h"
#include "mbedtls/oid.h"
#include "mbedtls/platform.h"
#include "mbedtls/constant_time.h"
#include "psa/crypto.h"
+1 -1
View File
@@ -13,7 +13,7 @@
#include "mbedtls/error.h"
#include "mbedtls/platform.h"
#include "mbedtls/constant_time.h"
#include "mbedtls/private/oid.h"
#include "mbedtls/oid.h"
#include "mbedtls/psa_util.h"
#include "ssl_tls13_keys.h"
+1 -1
View File
@@ -21,7 +21,7 @@
#include "mbedtls/asn1.h"
#include "mbedtls/error.h"
#include "mbedtls/private/oid.h"
#include "mbedtls/oid.h"
#include "x509_oid.h"
#include <limits.h>
+1 -1
View File
@@ -11,7 +11,7 @@
#include "mbedtls/asn1write.h"
#include "mbedtls/error.h"
#include "mbedtls/private/oid.h"
#include "mbedtls/oid.h"
#include "x509_oid.h"
#include <limits.h>
+1 -1
View File
@@ -21,7 +21,7 @@
#include "mbedtls/x509_crl.h"
#include "mbedtls/error.h"
#include "mbedtls/private/oid.h"
#include "mbedtls/oid.h"
#include "mbedtls/platform_util.h"
#include <string.h>
+1 -1
View File
@@ -23,7 +23,7 @@
#include "mbedtls/x509_crt.h"
#include "mbedtls/error.h"
#include "mbedtls/private/oid.h"
#include "mbedtls/oid.h"
#include "x509_oid.h"
#include "mbedtls/platform_util.h"
+1 -1
View File
@@ -21,7 +21,7 @@
#include "mbedtls/x509_csr.h"
#include "mbedtls/error.h"
#include "mbedtls/private/oid.h"
#include "mbedtls/oid.h"
#include "x509_oid.h"
#include "mbedtls/platform_util.h"
+1 -1
View File
@@ -14,7 +14,7 @@
* disabled. */
#if defined(MBEDTLS_X509_USE_C) || defined(MBEDTLS_X509_CREATE_C)
#include "mbedtls/private/oid.h"
#include "mbedtls/oid.h"
#include "x509_oid.h"
#include <stdio.h>
+1 -1
View File
@@ -11,7 +11,7 @@
#include "mbedtls/x509_crt.h"
#include "mbedtls/asn1write.h"
#include "mbedtls/error.h"
#include "mbedtls/private/oid.h"
#include "mbedtls/oid.h"
#include "mbedtls/platform.h"
#include "mbedtls/platform_util.h"
+1 -1
View File
@@ -18,7 +18,7 @@
#include "mbedtls/x509_crt.h"
#include "mbedtls/asn1write.h"
#include "mbedtls/error.h"
#include "mbedtls/private/oid.h"
#include "mbedtls/oid.h"
#include "x509_oid.h"
#include "mbedtls/platform.h"
#include "mbedtls/platform_util.h"
+1 -1
View File
@@ -17,7 +17,7 @@
#include "mbedtls/x509_csr.h"
#include "mbedtls/asn1write.h"
#include "mbedtls/error.h"
#include "mbedtls/private/oid.h"
#include "mbedtls/oid.h"
#include "x509_oid.h"
#include "mbedtls/platform_util.h"
+1 -1
View File
@@ -30,7 +30,7 @@ int main(void)
#include "mbedtls/x509_crt.h"
#include "mbedtls/x509_csr.h"
#include "mbedtls/private/oid.h"
#include "mbedtls/oid.h"
#include "mbedtls/private/entropy.h"
#include "mbedtls/private/ctr_drbg.h"
#include "mbedtls/error.h"
+1 -1
View File
@@ -5,7 +5,7 @@
#include "mbedtls/x509_crt.h"
#include "mbedtls/x509_crl.h"
#include "x509_internal.h"
#include "mbedtls/private/oid.h"
#include "mbedtls/oid.h"
#include "sys/types.h"
#include "sys/stat.h"
#include "mbedtls/private/rsa.h"
+1 -1
View File
@@ -6,7 +6,7 @@
#include "mbedtls/x509_csr.h"
#include "x509_internal.h"
#include "mbedtls/pem.h"
#include "mbedtls/private/oid.h"
#include "mbedtls/oid.h"
#include "x509_oid.h"
#include "mbedtls/base64.h"
#include "mbedtls/error.h"
+1 -1
View File
@@ -4,7 +4,7 @@
#include "mbedtls/x509_csr.h"
#include "x509_internal.h"
#include "mbedtls/pem.h"
#include "mbedtls/private/oid.h"
#include "mbedtls/oid.h"
#include "x509_oid.h"
#include "mbedtls/private/rsa.h"
#include "mbedtls/asn1.h"