Skip to content
Commit c387a0dd authored by Aurelien Jarno's avatar Aurelien Jarno Committed by Kumar Gala
Browse files

net: tcp: select MBEDTLS_MAC_MD5_ENABLED for ISN algorithm



The ISN algorithm from RFC 6528 doesn't need Mbed TLS, but rather the
MD5 algorithm from Mbed TLS. Therefore select MBEDTLS_MD and
MBEDTLS_MAC_MD5_ENABLED in addition to MBEDTLS.

This fixes the following build failure when using TLS version 1.2 is
selected:
  zephyr/subsys/net/ip/tcp2.c:1329: undefined reference to
  `mbedtls_md5_ret'

Signed-off-by: default avatarAurelien Jarno <aurelien@aurel32.net>
parent c30339aa
Loading
Loading
Loading
Loading
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please to comment