aboutsummaryrefslogtreecommitdiffstats
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>2012-06-12 13:41:18 +0000
commit4b9e0b5f742141b69d391bd3db86659243c19be2 (patch)
treefa3b11d82632bcaefa36b16c38d4d77fda27f362 /crypto/x509
parent447e1319b12d613e697a379bcd585179549ba3d7 (diff)
downloadopenssl-4b9e0b5f742141b69d391bd3db86659243c19be2.tar.gz
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 092dd7450d..14ef1d3aad 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() */