FINGERPRINTS
%token RANDOMID REQUIREORDER SYNPROXY FINGERPRINTS NOSYNC DEBUG SKIP HOSTID
{ "fingerprints", FINGERPRINTS},
| SET FINGERPRINTS STRING {
[FINGERPRINTS] = {
if (c[FINGERPRINTS].value != NULL)
r->fingerprints = c[FINGERPRINTS].value;
if (config_string(FINGERPRINTS, &fingerprints) != 0) {