From 11b41eb12beffb486f22e6fc34d7b0eed0b0026b Mon Sep 17 00:00:00 2001 From: Janos Follath Date: Wed, 8 May 2019 15:26:49 +0100 Subject: [PATCH] Fix typos in x509_crt.h --- include/mbedtls/x509_crt.h | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/include/mbedtls/x509_crt.h b/include/mbedtls/x509_crt.h index c93fefa22f..ad39400a57 100644 --- a/include/mbedtls/x509_crt.h +++ b/include/mbedtls/x509_crt.h @@ -386,12 +386,12 @@ int mbedtls_x509_crt_parse_file( mbedtls_x509_crt *chain, const char *path ); * if partly successful or a specific X509 or PEM error code */ int mbedtls_x509_crt_parse_path( mbedtls_x509_crt *chain, const char *path ); + #endif /* MBEDTLS_FS_IO */ /** - * \brief Parses the subject alternative name list of a given certificate; + * \brief Parses the subject alternative name list of a given certificate. * * \param crt The X509 certificate to parse. - * * \param san A list holding the parsed certificate. * * \note Only "dnsName" and "otherName" of type hardware_module_name,