]> git.ipfire.org Git - thirdparty/freeradius-server.git/commitdiff
typo
authorMatthew Newton <matthew-git@newtoncomputing.co.uk>
Tue, 19 Nov 2019 10:33:52 +0000 (10:33 +0000)
committerMatthew Newton <matthew-git@newtoncomputing.co.uk>
Tue, 19 Nov 2019 10:39:01 +0000 (10:39 +0000)
src/main/tls.c

index db733996661f24858ff47f18119917b3961aae0f..6de48710ec7eab3a9726083ddba0db430b0e33e8 100644 (file)
@@ -3171,7 +3171,7 @@ post_ca:
 
                if (rad_debug_lvl && insecure_tls_version) {
                        WARN("The configuration allows TLS 1.0 and/or TLS 1.1.  We STRONGLY recommned using only TLS 1.2 for security");
-                       WARN("Please set: min_tls_version = \"1.2\"");
+                       WARN("Please set: tls_min_version = \"1.2\"");
                }
        }