Skip to content

Commit 78a6d17

Browse files
committed
mbedtls: provide declaration if ge 3.5
#3169
1 parent 9dbbd45 commit 78a6d17

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

lib/tls/mbedtls/private-lib-tls-mbedtls.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -58,7 +58,7 @@ int
5858
lws_x509_get_crt_ext(mbedtls_x509_crt *crt, mbedtls_x509_buf *skid,
5959
lws_mbedtls_x509_authority *akid);
6060

61-
#if (MBEDTLS_VERSION_MAJOR == 3) && (MBEDTLS_VERSION_MINOR >= 6)
61+
#if (MBEDTLS_VERSION_MAJOR == 3) && (MBEDTLS_VERSION_MINOR >= 5)
6262
int mbedtls_x509_get_name(unsigned char **p, const unsigned char *end,
6363
mbedtls_x509_name *cur);
6464
#endif

0 commit comments

Comments
 (0)