summaryrefslogtreecommitdiff
path: root/src/lib/libcrypto/asn1
diff options
context:
space:
mode:
Diffstat (limited to 'src/lib/libcrypto/asn1')
-rw-r--r--src/lib/libcrypto/asn1/asn1.h5
1 files changed, 3 insertions, 2 deletions
diff --git a/src/lib/libcrypto/asn1/asn1.h b/src/lib/libcrypto/asn1/asn1.h
index ec31b9dd19..7285ad0590 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.93 2025/12/21 09:37:05 tb Exp $ */ 1/* $OpenBSD: asn1.h,v 1.94 2025/12/31 13:48:00 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 *
@@ -202,8 +202,9 @@ typedef struct ASN1_ENCODING_st {
202/* Used with ASN1 LONG type: if a long is set to this it is omitted */ 202/* Used with ASN1 LONG type: if a long is set to this it is omitted */
203#define ASN1_LONG_UNDEF 0x7fffffffL 203#define ASN1_LONG_UNDEF 0x7fffffffL
204 204
205#define STABLE_FLAGS_MALLOC 0x01 205/* Used by security/xca */
206#define STABLE_NO_MASK 0x02 206#define STABLE_NO_MASK 0x02
207
207#define DIRSTRING_TYPE \ 208#define DIRSTRING_TYPE \
208 (B_ASN1_PRINTABLESTRING|B_ASN1_T61STRING|B_ASN1_BMPSTRING|B_ASN1_UTF8STRING) 209 (B_ASN1_PRINTABLESTRING|B_ASN1_T61STRING|B_ASN1_BMPSTRING|B_ASN1_UTF8STRING)
209#define PKCS9STRING_TYPE (DIRSTRING_TYPE|B_ASN1_IA5STRING) 210#define PKCS9STRING_TYPE (DIRSTRING_TYPE|B_ASN1_IA5STRING)