summaryrefslogtreecommitdiffstats
path: root/crypto/x509v3/x509v3.h
diff options
context:
space:
mode:
authorDr. Stephen Henson <steve@openssl.org>2000-03-07 14:04:29 +0000
committerDr. Stephen Henson <steve@openssl.org>2000-03-07 14:04:29 +0000
commit068fdce877a956e86c2281dd3e0643faca362c5e (patch)
treecd3988eb02a6d2ff36a44b489b97e9814f283dc6 /crypto/x509v3/x509v3.h
parentfa0ca35b957d7cbcc5421d98e2cb8385f5b9a1c3 (diff)
New compatability trust and purpose settings.
Diffstat (limited to 'crypto/x509v3/x509v3.h')
-rw-r--r--crypto/x509v3/x509v3.h3
1 files changed, 2 insertions, 1 deletions
diff --git a/crypto/x509v3/x509v3.h b/crypto/x509v3/x509v3.h
index fe01755797..ce715dfa73 100644
--- a/crypto/x509v3/x509v3.h
+++ b/crypto/x509v3/x509v3.h
@@ -344,9 +344,10 @@ typedef struct x509_purpose_st {
#define X509_PURPOSE_SMIME_SIGN 4
#define X509_PURPOSE_SMIME_ENCRYPT 5
#define X509_PURPOSE_CRL_SIGN 6
+#define X509_PURPOSE_ANY 7
#define X509_PURPOSE_MIN 1
-#define X509_PURPOSE_MAX 6
+#define X509_PURPOSE_MAX 7
DECLARE_STACK_OF(X509_PURPOSE)