Revert accidental change from explicit to implicit tagging in r1.86.
authortb <tb@openbsd.org>
Mon, 13 Mar 2023 10:39:03 +0000 (10:39 +0000)
committertb <tb@openbsd.org>
Mon, 13 Mar 2023 10:39:03 +0000 (10:39 +0000)
ok job

usr.sbin/rpki-client/mft.c

index eb7db16..5f60896 100644 (file)
@@ -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 <tb@openbsd.org>
  * Copyright (c) 2019 Kristaps Dzonsons <kristaps@bsd.lv>
@@ -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),