mirror of
https://github.com/espressif/mbedtls.git
synced 2026-06-05 21:14:47 +00:00
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:
+1
-1
@@ -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
@@ -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
@@ -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
|
||||
|
||||
@@ -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"
|
||||
|
||||
@@ -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
@@ -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>
|
||||
|
||||
@@ -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
@@ -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
@@ -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
@@ -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
@@ -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
@@ -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"
|
||||
|
||||
|
||||
@@ -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"
|
||||
|
||||
@@ -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"
|
||||
|
||||
|
||||
@@ -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"
|
||||
|
||||
@@ -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"
|
||||
|
||||
@@ -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"
|
||||
|
||||
@@ -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"
|
||||
|
||||
Reference in New Issue
Block a user