summaryrefslogtreecommitdiffstats
path: root/crypto/x509
diff options
context:
space:
mode:
authorDr. Stephen Henson <steve@openssl.org>2012-06-12 13:41:18 +0000
committerDr. Stephen Henson <steve@openssl.org>2013-01-16 15:08:34 +0000
commit2aa3ef78b68513681472dd35f5e6fa7908765360 (patch)
tree1d9474c8154b3cfe73c21ce90ed894b5bc6bc94c /crypto/x509
parent1c0964e87fe5f73872d661668aa93eacb52a9672 (diff)
print out issuer and subject unique identifier fields in certificates
Diffstat (limited to 'crypto/x509')
-rw-r--r--crypto/x509/x509.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/crypto/x509/x509.h b/crypto/x509/x509.h
index 45b4f159e8..c913e3c39d 100644
--- a/crypto/x509/x509.h
+++ b/crypto/x509/x509.h
@@ -372,6 +372,7 @@ typedef struct x509_cert_pair_st {
#define X509_FLAG_NO_SIGDUMP (1L << 9)
#define X509_FLAG_NO_AUX (1L << 10)
#define X509_FLAG_NO_ATTRIBUTES (1L << 11)
+#define X509_FLAG_NO_IDS (1L << 12)
/* Flags specific to X509_NAME_print_ex() */