From 3a9c1e48ddfbe1a29bff0f2ad79cbc7919d724c2 Mon Sep 17 00:00:00 2001 From: Simon Goldschmidt Date: Wed, 10 May 2023 21:00:23 +0200 Subject: [PATCH] altcp_tls_mbedtls: note which version of mbedtls we are compatible to Signed-off-by: Simon Goldschmidt --- src/apps/altcp_tls/altcp_tls_mbedtls.c | 2 ++ 1 file changed, 2 insertions(+) diff --git a/src/apps/altcp_tls/altcp_tls_mbedtls.c b/src/apps/altcp_tls/altcp_tls_mbedtls.c index e787ae28..ee3eee5c 100644 --- a/src/apps/altcp_tls/altcp_tls_mbedtls.c +++ b/src/apps/altcp_tls/altcp_tls_mbedtls.c @@ -3,6 +3,8 @@ * Application layered TCP/TLS connection API (to be used from TCPIP thread) * * This file provides a TLS layer using mbedTLS + * + * This version is currently compatible with the 2.x.x branch (current LTS). */ /*