]> git.ipfire.org Git - thirdparty/freeradius-server.git/commitdiff
typo
authorAlan T. DeKok <aland@freeradius.org>
Tue, 1 Jun 2021 12:57:24 +0000 (08:57 -0400)
committerAlan T. DeKok <aland@freeradius.org>
Tue, 1 Jun 2021 12:57:24 +0000 (08:57 -0400)
src/main/tls.c

index 6ec120a86636174475bde81d53902b3dc4a3dae4..c5057d1d0006067f381837e8f9952d2d22b47b10 100644 (file)
@@ -648,7 +648,7 @@ tls_session_t *tls_new_session(TALLOC_CTX *ctx, fr_tls_server_conf_t *conf, REQU
         *      it.
         */
        if (!allow_tls13 && (conf->max_version == TLS1_3_VERSION)) {
-               WARN("FORCING MAXIMUM TLS VERSION TO TLS 1.3");
+               WARN("FORCING MAXIMUM TLS VERSION TO TLS 1.2");
                WARN("There is no standard for using this EAP method with TLS 1.3");
                WARN("Please set tls_max_version = \"1.2\"");
                WARN("FreeRADIUS only supports TLS 1.3 for special builds of wpa_supplicant and Windows");