From: Alan T. DeKok Date: Thu, 17 Aug 2023 14:13:57 +0000 (-0400) Subject: fix typos X-Git-Tag: release_3_2_4~157 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=51ed647fe87cbbf42ad5e35ee10f05d484d578c5;p=thirdparty%2Ffreeradius-server.git fix typos --- diff --git a/src/main/tls.c b/src/main/tls.c index 74efee6de7f..8bbc7aac33e 100644 --- a/src/main/tls.c +++ b/src/main/tls.c @@ -4185,8 +4185,8 @@ post_ca: /* * RADIUS 1.1 requires TLS 1.3 or later. */ - if (conf->radius11 && (min_version < TLS1_3_VERSION) { - WARN(LOG_PREFIX ": The configuration allows TLS <1.3. RADIUSv1.1 MUST use TLS 1.3"); + if (conf->radiusv11 && (min_version < TLS1_3_VERSION)) { + WARN(LOG_PREFIX ": The configuration allows TLS <1.3. RADIUS/1.1 MUST use TLS 1.3"); WARN(LOG_PREFIX ": Please set: tls_min_version = '1.3'"); } #endif