mirror of
https://github.com/apache/nuttx-apps.git
synced 2026-08-01 20:29:00 +00:00
mbedtls: 'MBEDTLS_X509_CRT_POOL' depends on 'MBEDTLS_THREADING_C'
Signed-off-by: makejian <makejian@xiaomi.com>
This commit is contained in:
parent
54d388bb64
commit
c6f00c09c9
1 changed files with 1 additions and 0 deletions
|
|
@ -178,6 +178,7 @@ config MBEDTLS_X509_CSR_PARSE_C
|
|||
|
||||
config MBEDTLS_X509_CRT_POOL
|
||||
bool "Enable the X509 Certificate Pool"
|
||||
depends on MBEDTLS_THREADING_C
|
||||
default n
|
||||
|
||||
config MBEDTLS_HAVE_ASM
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue