From 234c4baffaf8f6dd1cbe5d7aecc075404b49d3c7 Mon Sep 17 00:00:00 2001 From: jsg Date: Mon, 16 Feb 2026 23:23:50 +0000 Subject: [PATCH] update extern for renamed variable EncapContentInfo_it was renamed to ContentInfo_it in ccr.c rev 1.31 ok claudio@ --- usr.sbin/rpki-client/rpki-asn1.h | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/usr.sbin/rpki-client/rpki-asn1.h b/usr.sbin/rpki-client/rpki-asn1.h index af9e1a5b52d..bc584cde402 100644 --- a/usr.sbin/rpki-client/rpki-asn1.h +++ b/usr.sbin/rpki-client/rpki-asn1.h @@ -1,4 +1,4 @@ -/* $OpenBSD: rpki-asn1.h,v 1.12 2025/12/05 07:26:42 tb Exp $ */ +/* $OpenBSD: rpki-asn1.h,v 1.13 2026/02/16 23:23:50 jsg Exp $ */ /* * Copyright (c) 2025 Job Snijders * Copyright (c) 2025 Theo Buehler @@ -46,7 +46,7 @@ DECLARE_ASN1_FUNCTIONS(ASProviderAttestation); * reference: TBD */ -extern ASN1_ITEM_EXP EncapContentInfo_it; +extern ASN1_ITEM_EXP ContentInfo_it; extern ASN1_ITEM_EXP CanonicalCacheRepresentation_it; extern ASN1_ITEM_EXP ManifestInstances_it; extern ASN1_ITEM_EXP ManifestInstance_it;