From 2cb4bec7f275ef65c8d0e18a697c4b314e762dfe Mon Sep 17 00:00:00 2001 From: "Alan T. DeKok" Date: Sun, 9 Oct 2011 13:59:34 +0200 Subject: [PATCH] TLS private key password isn't required --- src/main/tls.c | 5 ----- 1 file changed, 5 deletions(-) diff --git a/src/main/tls.c b/src/main/tls.c index 857592737c3..f6429e0a116 100644 --- a/src/main/tls.c +++ b/src/main/tls.c @@ -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; -- 2.47.3