read_to_eol
while (ret > 0 && (line = read_to_eol(f)) != NULL) {
if ((line = read_to_eol(f)) == NULL || !tlsa_import_rr(ssl, line)) {