mirror of
https://github.com/yuzu-mirror/mbedtls.git
synced 2026-04-05 06:26:52 +00:00
Fix style issues and a typo
This commit is contained in:
parent
9822c0d2f1
commit
d7ecbd6914
4 changed files with 25 additions and 25 deletions
|
|
@ -457,7 +457,7 @@ static void my_debug( void *ctx, int level,
|
|||
|
||||
#if defined(MBEDTLS_X509_TRUSTED_CERTIFICATE_CALLBACK)
|
||||
int ca_callback( void *data, mbedtls_x509_crt const *child,
|
||||
mbedtls_x509_crt **candidates)
|
||||
mbedtls_x509_crt **candidates )
|
||||
{
|
||||
int ret = 0;
|
||||
mbedtls_x509_crt *ca = (mbedtls_x509_crt *) data;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue