]> git.ipfire.org Git - thirdparty/freeradius-server.git/commitdiff
TLS private key password isn't required
authorAlan T. DeKok <aland@freeradius.org>
Sun, 9 Oct 2011 11:59:34 +0000 (13:59 +0200)
committerAlan T. DeKok <aland@freeradius.org>
Sun, 9 Oct 2011 16:16:33 +0000 (18:16 +0200)
src/main/tls.c

index 857592737c3a0da4dfdff1019520536f7afe3549..f6429e0a1169f64ba4ea770176d0afed039e7718 100644 (file)
@@ -1906,11 +1906,6 @@ fr_tls_server_conf_t *tls_server_conf_parse(CONF_SECTION *cs)
                goto error;
        }
 
-       if (!conf->private_key_password) {
-               radlog(L_ERR, "TLS Server requires a private key password");
-               goto error;
-       }
-
        if (!conf->certificate_file) {
                radlog(L_ERR, "TLS Server requires a certificate file");
                goto error;