diff options
| author | Tom Rini <[email protected]> | 2025-02-27 12:11:07 -0600 |
|---|---|---|
| committer | Tom Rini <[email protected]> | 2025-02-27 12:11:07 -0600 |
| commit | 32c9a6518dcef9b4250461e70b2c719101a305ef (patch) | |
| tree | 011ff647a80fae32df757a1e6c8f167eb9eb1f77 /include/crypto/mscode.h | |
| parent | b78f8677cde8b1dde31b66f5b780f2e9b62fba7f (diff) | |
| parent | ac0b1e82ff8540bd106824ddcc8919f85469c5f8 (diff) | |
Merge patch series "mbedtls: fix incorrect kconfig dependencies on mbedtls"
This series from Raymond Mao <[email protected]> fixes assorted
problems with how dependencies were expressed in Kconfig for mbedtls and
assorted algorithms.
Link: https://lore.kernel.org/r/[email protected]
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 |
