mirror of
https://github.com/warmcat/libwebsockets.git
synced 2025-03-09 00:00:04 +01:00
mbedtls: provide declaration if ge 3.5
https://github.com/warmcat/libwebsockets/issues/3169
This commit is contained in:
parent
e24114fed9
commit
a1ee5a2c50
1 changed files with 1 additions and 1 deletions
|
@ -58,7 +58,7 @@ int
|
|||
lws_x509_get_crt_ext(mbedtls_x509_crt *crt, mbedtls_x509_buf *skid,
|
||||
lws_mbedtls_x509_authority *akid);
|
||||
|
||||
#if (MBEDTLS_VERSION_MAJOR == 3) && (MBEDTLS_VERSION_MINOR >= 6)
|
||||
#if (MBEDTLS_VERSION_MAJOR == 3) && (MBEDTLS_VERSION_MINOR >= 5)
|
||||
int mbedtls_x509_get_name(unsigned char **p, const unsigned char *end,
|
||||
mbedtls_x509_name *cur);
|
||||
#endif
|
||||
|
|
Loading…
Add table
Reference in a new issue