mirror of
https://github.com/yuzu-emu/mbedtls.git
synced 2025-01-24 02:50:59 +00:00
[FIXUP] Fix typo in declaration of mbedtls_x509_memcasecmp()
This commit is contained in:
parent
08d341211d
commit
2656bfe9b0
|
@ -89,7 +89,7 @@ int mbedtls_x509_name_cmp_raw( mbedtls_x509_buf_raw const *a,
|
|||
int next_merged ),
|
||||
void *check_ctx );
|
||||
int mbedtls_x509_memcasecmp( const void *s1, const void *s2,
|
||||
size_t len1, size_t lend2 );
|
||||
size_t len1, size_t len2 );
|
||||
int mbedtls_x509_get_ext( unsigned char **p, const unsigned char *end,
|
||||
mbedtls_x509_buf *ext, int tag );
|
||||
|
||||
|
|
Loading…
Reference in a new issue