diff options
author | Tom Rini <trini@konsulko.com> | 2025-03-10 18:12:27 -0600 |
---|---|---|
committer | Tom Rini <trini@konsulko.com> | 2025-03-10 20:18:51 -0600 |
commit | 1b42f57ec82ceba4d5f08cfb359717232301cfa5 (patch) | |
tree | 31d06c51e893855c3f52c0aa9bc9330b17376374 /include/crypto/mscode.h | |
parent | 124b75644cf4a9b381746f6deed1472e7915b9f1 (diff) | |
parent | a383b9bd4d7e430fe7c254297540bae596649dba (diff) |
Merge tag 'v2025.04-rc4' into next
This uses Heinrich's merge of lib/efi_loader/efi_net.c which results in
no changes.
Diffstat (limited to 'include/crypto/mscode.h')
-rw-r--r-- | include/crypto/mscode.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/include/crypto/mscode.h b/include/crypto/mscode.h index 678e69001b9..55501c22acb 100644 --- a/include/crypto/mscode.h +++ b/include/crypto/mscode.h @@ -10,6 +10,7 @@ #include <crypto/hash_info.h> #endif #if CONFIG_IS_ENABLED(MBEDTLS_LIB_X509) +#include "mbedtls_options.h" #include <mbedtls/asn1.h> #include <mbedtls/oid.h> #endif |