summaryrefslogtreecommitdiffstats
path: root/crypto/x509/x509.h
diff options
context:
space:
mode:
authorDr. Stephen Henson <steve@openssl.org>2012-06-12 15:41:18 +0200
committerDr. Stephen Henson <steve@openssl.org>2012-06-12 15:41:18 +0200
commit4b9e0b5f742141b69d391bd3db86659243c19be2 (patch)
treefa3b11d82632bcaefa36b16c38d4d77fda27f362 /crypto/x509/x509.h
parentbss_dgram.c: add BIO_CTRL_DGRAM_SET_DONT_FRAG. (diff)
downloadopenssl-4b9e0b5f742141b69d391bd3db86659243c19be2.tar.xz
openssl-4b9e0b5f742141b69d391bd3db86659243c19be2.zip
print out issuer and subject unique identifier fields in certificates
Diffstat (limited to 'crypto/x509/x509.h')
-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() */