diff options
author | Theo Buehler <tb@cvs.openbsd.org> | 2024-03-17 01:45:00 +0000 |
---|---|---|
committer | Theo Buehler <tb@cvs.openbsd.org> | 2024-03-17 01:45:00 +0000 |
commit | fa2e993c3d9805adf3e68d5866978d9dd5882587 (patch) | |
tree | f967b106d08d7e857c23ae86eca86b293e937406 /usr.sbin/rpki-client/extern.h | |
parent | 89d3c3c529fa7d9d713590f26a01e2c81a8e4978 (diff) |
Remove unused enum rsc_resourceblock_tag
This was used in rsc.c prior to the switch to ASN.1 templates.
ok job
Diffstat (limited to 'usr.sbin/rpki-client/extern.h')
-rw-r--r-- | usr.sbin/rpki-client/extern.h | 10 |
1 files changed, 1 insertions, 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 <kristaps@bsd.lv> * @@ -24,14 +24,6 @@ #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 */ |