From: Ian Jackson Date: Sat, 23 Nov 2019 18:28:41 +0000 (+0000) Subject: pubkeys: Do not mind missing serial X-Git-Url: http://www.chiark.greenend.org.uk/ucgi/~ian/git?a=commitdiff_plain;h=b8c644be69f5756d5f7cf26db462f1c39da49378;p=secnet.git pubkeys: Do not mind missing serial That just means 00000000 Signed-off-by: Ian Jackson --- diff --git a/pubkeys.fl.pl b/pubkeys.fl.pl index 43df2e1..226f4dd 100755 --- a/pubkeys.fl.pl +++ b/pubkeys.fl.pl @@ -311,10 +311,6 @@ keyset_load(const char *path, struct buffer_if *data_buf, int r=pkyylex(); if (r) goto err_bad; - if (!c->had_serial) { - slilog(LI,M_ERR,"missing serial number in %s",path); - goto err_bad; - } if (!c->building->nkeys) { slilog(LI,M_ERR,"no useable keys in %s",path); goto err_bad;