summaryrefslogtreecommitdiff
path: root/src/conf_parser.y
diff options
context:
space:
mode:
Diffstat (limited to 'src/conf_parser.y')
-rw-r--r--src/conf_parser.y3
1 files changed, 0 insertions, 3 deletions
diff --git a/src/conf_parser.y b/src/conf_parser.y
index ef987fe..03f38f2 100644
--- a/src/conf_parser.y
+++ b/src/conf_parser.y
@@ -965,10 +965,7 @@ oper_entry: OPERATOR
}
if ((pkey = PEM_read_bio_RSA_PUBKEY(file, NULL, 0, NULL)) == NULL)
- {
yyerror("Ignoring rsa_public_key_file -- Key invalid; check key syntax.");
- break;
- }
conf->rsa_public_key = pkey;
BIO_set_close(file, BIO_CLOSE);