sync with OpenBSD -current
This commit is contained in:
parent
9adc065819
commit
710bf2c3ae
13 changed files with 149 additions and 52 deletions
|
@ -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 */
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue