1
0
mirror of https://github.com/Mbed-TLS/mbedtls.git synced 2025-07-29 11:41:15 +03:00

Fix or improve some comments (and whitespace)

This commit is contained in:
Manuel Pégourié-Gonnard
2018-10-15 15:27:49 +02:00
parent 32df91183e
commit ee68cff813
5 changed files with 28 additions and 35 deletions

View File

@ -2727,7 +2727,6 @@ void mbedtls_x509_crt_restart_free( mbedtls_x509_crt_restart_ctx *ctx )
return;
mbedtls_pk_restart_free( &ctx->pk );
mbedtls_x509_crt_restart_init( ctx );
}
#endif /* MBEDTLS_ECDSA_C && MBEDTLS_ECP_RESTARTABLE */