1
0
mirror of https://github.com/Mbed-TLS/mbedtls.git synced 2025-09-02 16:01:16 +03:00

Remove trailing whitespace in test_suite_x509parse.function

This commit is contained in:
Hanno Becker
2019-03-28 17:06:47 +00:00
parent fa738d148d
commit 3f932bbc5d

View File

@@ -467,7 +467,7 @@ void x509_verify_ca_cb_failure( char *crt_file, char *ca_file, char *name,
mbedtls_x509_crt crt;
mbedtls_x509_crt ca;
uint32_t flags = 0;
mbedtls_x509_crt_init( &crt );
mbedtls_x509_crt_init( &ca );