We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent da7d5d2 commit bbcac0dCopy full SHA for bbcac0d
subsys/net/lib/tls_credentials/Kconfig.shell
@@ -32,13 +32,4 @@ config TLS_CREDENTIALS_SHELL_DIGEST_BUF_SIZE
32
33
Also used to print error messages if digest generation fails.
34
35
-if TLS_CREDENTIALS_BACKEND_VOLATILE
36
-config HEAP_MEM_POOL_ADD_SIZE_TLS_CRED_SHELL
37
- int "TLS credentials shell memory pool size"
38
- # default 4 certs and each assume 1500 bytes
39
- default 6000
40
- help
41
- The size of the memory pool used by the TLS credentials shell.
42
-endif # TLS_CREDENTIALS_BACKEND_VOLATILE
43
-
44
endif # TLS_CREDENTIALS_SHELL
0 commit comments