From 07575522afaa2c0f551e38b8ef962137c3b85251 Mon Sep 17 00:00:00 2001 From: Wyatt O'Day Date: Mon, 4 Aug 2025 10:30:24 -0400 Subject: [PATCH] =?UTF-8?q?Make=20"spacecheck"=20bot=20happy.=20?= =?UTF-8?q?=F0=9F=99=84?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- lib/vtls/mbedtls.c | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/lib/vtls/mbedtls.c b/lib/vtls/mbedtls.c index 202e77c1fe..118adda3b3 100644 --- a/lib/vtls/mbedtls.c +++ b/lib/vtls/mbedtls.c @@ -217,7 +217,7 @@ mbed_set_ssl_version_min_max(struct Curl_easy *data, int ver_max = MBEDTLS_SSL_MINOR_VERSION_3; /* TLS 1.2 */ #else /* mbedTLS 3.2.0 (2022) introduced new methods for setting TLS version */ - mbedtls_ssl_protocol_version ver_min = + mbedtls_ssl_protocol_version ver_min = #if defined(MBEDTLS_SSL_PROTO_TLS1_2) MBEDTLS_SSL_VERSION_TLS1_2 #else @@ -549,7 +549,7 @@ mbed_connect_step1(struct Curl_cfilter *cf, struct Curl_easy *data) if(ca_info_blob && verifypeer) { #ifdef MBEDTLS_PEM_PARSE_C - /* if DER or a null-terminated PEM just process using + /* if DER or a null-terminated PEM just process using * mbedtls_x509_crt_parse(). * */ if(strcmp(ssl_cert_type, "DER") == 0 @@ -650,7 +650,7 @@ mbed_connect_step1(struct Curl_cfilter *cf, struct Curl_easy *data) if(ssl_cert_blob) { #ifdef MBEDTLS_PEM_PARSE_C - /* if DER or a null-terminated PEM just process using + /* if DER or a null-terminated PEM just process using * mbedtls_x509_crt_parse(). * */ if(strcmp(ssl_cert_type, "DER") == 0