From d108608d837eebccc694d7bcf8565aa4c7afe8d1 Mon Sep 17 00:00:00 2001 From: tb Date: Sun, 17 Mar 2024 01:44:59 +0000 Subject: [PATCH] Remove unused enum rsc_resourceblock_tag This was used in rsc.c prior to the switch to ASN.1 templates. ok job --- usr.sbin/rpki-client/extern.h | 10 +--------- 1 file changed, 1 insertion(+), 9 deletions(-) diff --git a/usr.sbin/rpki-client/extern.h b/usr.sbin/rpki-client/extern.h index a27dd2123ae..cca436a1c9d 100644 --- a/usr.sbin/rpki-client/extern.h +++ b/usr.sbin/rpki-client/extern.h @@ -1,4 +1,4 @@ -/* $OpenBSD: extern.h,v 1.210 2024/02/26 15:40:33 job Exp $ */ +/* $OpenBSD: extern.h,v 1.211 2024/03/17 01:44:59 tb Exp $ */ /* * Copyright (c) 2019 Kristaps Dzonsons * @@ -24,14 +24,6 @@ #include #include -/* - * Enumeration for ASN.1 explicit tags in RSC eContent - */ -enum rsc_resourceblock_tag { - RSRCBLK_TYPE_ASID, - RSRCBLK_TYPE_IPADDRBLK, -}; - enum cert_as_type { CERT_AS_ID, /* single identifier */ CERT_AS_INHERIT, /* inherit from parent */ -- 2.20.1