From 178abdc2f97bf87bad8500c0156c5ae33260726a Mon Sep 17 00:00:00 2001 From: tb <> Date: Sun, 21 Dec 2025 09:37:05 +0000 Subject: Garbage collect V_ASN1_APP_CHOOSE ok kenjiro --- src/lib/libcrypto/asn1/asn1.h | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) (limited to 'src/lib') diff --git a/src/lib/libcrypto/asn1/asn1.h b/src/lib/libcrypto/asn1/asn1.h index aeabbc0a28..ec31b9dd19 100644 --- a/src/lib/libcrypto/asn1/asn1.h +++ b/src/lib/libcrypto/asn1/asn1.h @@ -1,4 +1,4 @@ -/* $OpenBSD: asn1.h,v 1.92 2024/04/10 14:55:12 beck Exp $ */ +/* $OpenBSD: asn1.h,v 1.93 2025/12/21 09:37:05 tb Exp $ */ /* Copyright (C) 1995-1998 Eric Young (eay@cryptsoft.com) * All rights reserved. * @@ -85,7 +85,6 @@ extern "C" { #define V_ASN1_PRIMITIVE_TAG 0x1f #define V_ASN1_PRIMATIVE_TAG 0x1f -#define V_ASN1_APP_CHOOSE -2 /* let the recipient choose */ #define V_ASN1_OTHER -3 /* used in ASN1_TYPE */ #define V_ASN1_ANY -4 /* used in ASN1 template code */ -- cgit v1.2.3-55-g6feb