Skip to content

Commit 9fecef2

Browse files
committed
[nrf noup] net: tests: Add legacy crypto API support for big_http_download
-We handle legacy Crypto API support specially (favoring PSA crypto) the tests here require MD interface to build, which needs the config MBEDTLS_LEGACY_CRYPTO_C to be enable to get access to Signed-off-by: Frank Audun Kvamtrø <[email protected]>
1 parent a8f564c commit 9fecef2

File tree

1 file changed

+1
-0
lines changed
  • samples/net/sockets/big_http_download

1 file changed

+1
-0
lines changed

samples/net/sockets/big_http_download/prj.conf

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,7 @@ CONFIG_REQUIRES_FULL_LIBC=y
33
CONFIG_MBEDTLS=y
44
CONFIG_MBEDTLS_ENABLE_HEAP=y
55
CONFIG_MBEDTLS_MD=y
6+
CONFIG_MBEDTLS_LEGACY_CRYPTO_C=y
67
CONFIG_MAIN_STACK_SIZE=2536
78

89
# Networking config

0 commit comments

Comments
 (0)