+3 August 2009: Wouter
+ - nicer warning when algorithm not supported, tells you to upgrade.
+
27 July 2009: Wouter
- Updated unbound-cacti contribution from Dmitriy Demidov, with
the queue statistics displayed in its own graph.
char b[257];
dname_str(ta->name, b);
log_warn("trust anchor %s has no supported algorithms,"
- " the anchor is ignored", b);
+ " the anchor is ignored (check if you need to"
+ " upgrade unbound and openssl)", b);
(void)rbtree_delete(anchors->tree, &ta->node);
}
ta = next;