commit | 75d35600de0cf41355fb71f8ce2124da417f2f85 | [log] [tgz] |
---|---|---|
author | Manuel Pégourié-Gonnard <manuel.pegourie-gonnard@arm.com> | Mon Mar 05 13:22:59 2018 +0100 |
committer | Manuel Pégourié-Gonnard <manuel.pegourie-gonnard@arm.com> | Mon Mar 05 13:22:59 2018 +0100 |
tree | 3be04530cc85c01a61cba4f157d137dd1e5e8df3 | |
parent | ab41f04554bfbe6b4ac36ccc2c460ff2e7068be7 [diff] [blame] |
Fix some comment typos
diff --git a/library/x509_crt.c b/library/x509_crt.c index 02183e5..474c244 100644 --- a/library/x509_crt.c +++ b/library/x509_crt.c
@@ -1631,7 +1631,7 @@ /* * Check that the given certificate is not revoked according to the CRL. - * Skip validation is no CRL for the given CA is present. + * Skip validation if no CRL for the given CA is present. */ static int x509_crt_verifycrl( mbedtls_x509_crt *crt, mbedtls_x509_crt *ca, mbedtls_x509_crl *crl_list,