Remove unused enum rsc_resourceblock_tag
authortb <tb@openbsd.org>
Sun, 17 Mar 2024 01:44:59 +0000 (01:44 +0000)
committertb <tb@openbsd.org>
Sun, 17 Mar 2024 01:44:59 +0000 (01:44 +0000)
This was used in rsc.c prior to the switch to ASN.1 templates.

ok job

usr.sbin/rpki-client/extern.h

index a27dd21..cca436a 100644 (file)
@@ -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 <kristaps@bsd.lv>
  *
 #include <openssl/x509.h>
 #include <openssl/x509v3.h>
 
-/*
- * 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 */