We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 9dbbd45 commit 78a6d17Copy full SHA for 78a6d17
lib/tls/mbedtls/private-lib-tls-mbedtls.h
@@ -58,7 +58,7 @@ int
58
lws_x509_get_crt_ext(mbedtls_x509_crt *crt, mbedtls_x509_buf *skid,
59
lws_mbedtls_x509_authority *akid);
60
61
-#if (MBEDTLS_VERSION_MAJOR == 3) && (MBEDTLS_VERSION_MINOR >= 6)
+#if (MBEDTLS_VERSION_MAJOR == 3) && (MBEDTLS_VERSION_MINOR >= 5)
62
int mbedtls_x509_get_name(unsigned char **p, const unsigned char *end,
63
mbedtls_x509_name *cur);
64
#endif
0 commit comments