lwip-users
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[lwip-users] alttcp session->data.start


From: Mário Luzeiro
Subject: [lwip-users] alttcp session->data.start
Date: Thu, 16 Apr 2020 15:09:13 +0000

Hello,
I am trying to update to the latest development branch but I cannot build now 
my project:
on function altcp_tls_set_session the line
if (session->data.start)
it looks it need now the MBEDTLS_HAVE_TIME

'mbedtls_ssl_session {aka struct mbedtls_ssl_session}' has no member named 
'start'
altcp_tls_mbedtls.c
line 681

Could you advice, do I really need to implement the MBEDTLS_HAVE_TIME option?

Regards,
Mario


reply via email to

[Prev in Thread] Current Thread [Next in Thread]