From c6beb3a741f8d3327242cd1b62bdab458e34d9c6 Mon Sep 17 00:00:00 2001 From: Andrzej Kurek Date: Thu, 15 Jun 2023 09:54:37 -0400 Subject: [PATCH] Rename NUL to null in x509 IP parsing description Signed-off-by: Andrzej Kurek --- include/mbedtls/x509.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/include/mbedtls/x509.h b/include/mbedtls/x509.h index 6e9ee88ec0..b7da1850fe 100644 --- a/include/mbedtls/x509.h +++ b/include/mbedtls/x509.h @@ -503,7 +503,7 @@ int mbedtls_x509_info_key_usage(char **buf, size_t *size, /** * \brief This function parses a CN string as an IP address. * - * \param cn The CN string to parse. CN string MUST be NUL-terminated. + * \param cn The CN string to parse. CN string MUST be null-terminated. * \param dst The target buffer to populate with the binary IP address. * The buffer MUST be 16 bytes to save IPv6, and should be * 4-byte aligned if the result will be used as struct in_addr.