sync with OpenBSD -current

This commit is contained in:
purplerain 2024-03-18 00:01:54 +00:00
parent 9adc065819
commit 710bf2c3ae
Signed by: purplerain
GPG key ID: F42C07F07E2E35B7
13 changed files with 149 additions and 52 deletions

View 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>
*
@ -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 */