Skip to content

Commit c6f00c0

Browse files
ThePassionatepkarashchenko
authored andcommitted
mbedtls: 'MBEDTLS_X509_CRT_POOL' depends on 'MBEDTLS_THREADING_C'
Signed-off-by: makejian <[email protected]>
1 parent 54d388b commit c6f00c0

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

crypto/mbedtls/Kconfig

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -178,6 +178,7 @@ config MBEDTLS_X509_CSR_PARSE_C
178178

179179
config MBEDTLS_X509_CRT_POOL
180180
bool "Enable the X509 Certificate Pool"
181+
depends on MBEDTLS_THREADING_C
181182
default n
182183

183184
config MBEDTLS_HAVE_ASM

0 commit comments

Comments
 (0)