summaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
Diffstat (limited to 'src')
-rw-r--r--src/lib/libcrypto/asn1/asn1.h3
1 files changed, 1 insertions, 2 deletions
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 @@
1/* $OpenBSD: asn1.h,v 1.92 2024/04/10 14:55:12 beck Exp $ */ 1/* $OpenBSD: asn1.h,v 1.93 2025/12/21 09:37:05 tb Exp $ */
2/* Copyright (C) 1995-1998 Eric Young (eay@cryptsoft.com) 2/* Copyright (C) 1995-1998 Eric Young (eay@cryptsoft.com)
3 * All rights reserved. 3 * All rights reserved.
4 * 4 *
@@ -85,7 +85,6 @@ extern "C" {
85#define V_ASN1_PRIMITIVE_TAG 0x1f 85#define V_ASN1_PRIMITIVE_TAG 0x1f
86#define V_ASN1_PRIMATIVE_TAG 0x1f 86#define V_ASN1_PRIMATIVE_TAG 0x1f
87 87
88#define V_ASN1_APP_CHOOSE -2 /* let the recipient choose */
89#define V_ASN1_OTHER -3 /* used in ASN1_TYPE */ 88#define V_ASN1_OTHER -3 /* used in ASN1_TYPE */
90#define V_ASN1_ANY -4 /* used in ASN1 template code */ 89#define V_ASN1_ANY -4 /* used in ASN1 template code */
91 90