1
0
mirror of https://github.com/Mbed-TLS/mbedtls.git synced 2025-08-08 17:42:09 +03:00

Fix style issues and a typo

This commit is contained in:
Janos Follath
2019-04-05 14:52:17 +01:00
parent 9822c0d2f1
commit d7ecbd6914
4 changed files with 25 additions and 25 deletions

View File

@@ -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;