From 59c26a73fabf0656213ce6c38ad39aab01471a74 Mon Sep 17 00:00:00 2001 From: Fabian Keil Date: Sat, 22 Feb 2020 22:50:27 +0100 Subject: [PATCH] Improve a comment --- ssl.h | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/ssl.h b/ssl.h index 33ab33a1..b5a9414d 100644 --- a/ssl.h +++ b/ssl.h @@ -34,9 +34,9 @@ /* * Values for flag determining certificate validity. * These values are compatible with return value of function - * mbedtls_ssl_get_verify_result. There is not value for invalid - * certificate, this value is setted by function - * mbedtls_ssl_get_verify_result. + * mbedtls_ssl_get_verify_result(). There is no value for + * "invalid certificate", this value is set by the function + * mbedtls_ssl_get_verify_result(). */ #define SSL_CERT_VALID 0 #define SSL_CERT_NOT_VERIFIED 0xFFFFFFFF -- 2.39.2