From: tb Date: Mon, 13 Mar 2023 10:39:03 +0000 (+0000) Subject: Revert accidental change from explicit to implicit tagging in r1.86. X-Git-Url: http://artulab.com/gitweb/?a=commitdiff_plain;h=bb9f70d1de429200656c00df908b6b97fc1dd1ee;p=openbsd Revert accidental change from explicit to implicit tagging in r1.86. ok job --- diff --git a/usr.sbin/rpki-client/mft.c b/usr.sbin/rpki-client/mft.c index eb7db16c801..5f6089641ee 100644 --- a/usr.sbin/rpki-client/mft.c +++ b/usr.sbin/rpki-client/mft.c @@ -1,4 +1,4 @@ -/* $OpenBSD: mft.c,v 1.87 2023/03/13 09:24:37 job Exp $ */ +/* $OpenBSD: mft.c,v 1.88 2023/03/13 10:39:03 tb Exp $ */ /* * Copyright (c) 2022 Theo Buehler * Copyright (c) 2019 Kristaps Dzonsons @@ -76,7 +76,7 @@ ASN1_SEQUENCE(FileAndHash) = { } ASN1_SEQUENCE_END(FileAndHash); ASN1_SEQUENCE(Manifest) = { - ASN1_IMP_OPT(Manifest, version, ASN1_INTEGER, 0), + ASN1_EXP_OPT(Manifest, version, ASN1_INTEGER, 0), ASN1_SIMPLE(Manifest, manifestNumber, ASN1_INTEGER), ASN1_SIMPLE(Manifest, thisUpdate, ASN1_GENERALIZEDTIME), ASN1_SIMPLE(Manifest, nextUpdate, ASN1_GENERALIZEDTIME),