summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorDr. Stephen Henson <steve@openssl.org>2008-08-31 11:15:35 +0000
committerDr. Stephen Henson <steve@openssl.org>2008-08-31 11:15:35 +0000
commitfd43ae3fe40c45704af7d2f195500fc07a17c185 (patch)
tree2565c20fc5558459af30d28a4d90c4fc18ea31b4
parentcdd0f3b328cc84dbeb13081384905f98765a756f (diff)
Fix flag clash... only used internally when policy checking is
enabled.
-rw-r--r--crypto/x509v3/x509v3.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/crypto/x509v3/x509v3.h b/crypto/x509v3/x509v3.h
index a208d4b595..5ba59f71c9 100644
--- a/crypto/x509v3/x509v3.h
+++ b/crypto/x509v3/x509v3.h
@@ -372,7 +372,7 @@ DECLARE_ASN1_FUNCTIONS(PROXY_CERT_INFO_EXTENSION)
#define EXFLAG_CRITICAL 0x200
#define EXFLAG_PROXY 0x400
-#define EXFLAG_INVALID_POLICY 0x400
+#define EXFLAG_INVALID_POLICY 0x800
#define KU_DIGITAL_SIGNATURE 0x0080
#define KU_NON_REPUDIATION 0x0040