summaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
authortb <>2025-07-01 06:35:16 +0000
committertb <>2025-07-01 06:35:16 +0000
commitb4547e972ef9a339486e56625399a1d7a9fa22e5 (patch)
tree5100094096310442a27875d8c2e04f43b9947099 /src
parenta2df642900a546ab79508391ab506e0a6d69eab3 (diff)
downloadopenbsd-b4547e972ef9a339486e56625399a1d7a9fa22e5.tar.gz
openbsd-b4547e972ef9a339486e56625399a1d7a9fa22e5.tar.bz2
openbsd-b4547e972ef9a339486e56625399a1d7a9fa22e5.zip
x509.h: provide X509_FLAG_NO_IDS
Diffstat (limited to 'src')
-rw-r--r--src/lib/libcrypto/x509/x509.h3
1 files changed, 2 insertions, 1 deletions
diff --git a/src/lib/libcrypto/x509/x509.h b/src/lib/libcrypto/x509/x509.h
index a198b23202..e779dfb6a9 100644
--- a/src/lib/libcrypto/x509/x509.h
+++ b/src/lib/libcrypto/x509/x509.h
@@ -1,4 +1,4 @@
1/* $OpenBSD: x509.h,v 1.121 2025/03/09 15:17:22 tb Exp $ */ 1/* $OpenBSD: x509.h,v 1.122 2025/07/01 06:35:16 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 *
@@ -178,6 +178,7 @@ DECLARE_STACK_OF(X509)
178#define X509_FLAG_NO_SIGDUMP (1L << 9) 178#define X509_FLAG_NO_SIGDUMP (1L << 9)
179#define X509_FLAG_NO_AUX (1L << 10) 179#define X509_FLAG_NO_AUX (1L << 10)
180#define X509_FLAG_NO_ATTRIBUTES (1L << 11) 180#define X509_FLAG_NO_ATTRIBUTES (1L << 11)
181#define X509_FLAG_NO_IDS (1L << 12)
181 182
182/* Flags specific to X509_NAME_print_ex() */ 183/* Flags specific to X509_NAME_print_ex() */
183 184