projects
/
oweals
/
openssl.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
edec614
)
Fix policy constraints syntax.
author
Dr. Stephen Henson
<steve@openssl.org>
Mon, 8 Mar 2004 18:15:32 +0000
(18:15 +0000)
committer
Dr. Stephen Henson
<steve@openssl.org>
Mon, 8 Mar 2004 18:15:32 +0000
(18:15 +0000)
crypto/x509v3/v3_pcons.c
patch
|
blob
|
history
diff --git
a/crypto/x509v3/v3_pcons.c
b/crypto/x509v3/v3_pcons.c
index 10d2120c33039ce0df05f2270c6431a606dbadb9..91ae862ed795beda98eae5c6605b3d0b84cfa7fa 100644
(file)
--- a/
crypto/x509v3/v3_pcons.c
+++ b/
crypto/x509v3/v3_pcons.c
@@
-81,8
+81,8
@@
NULL
};
ASN1_SEQUENCE(POLICY_CONSTRAINTS) = {
- ASN1_
OPT(POLICY_CONSTRAINTS, requireExplicitPolicy, ASN1_INTEGER
),
- ASN1_
OPT(POLICY_CONSTRAINTS, inhibitPolicyMapping, ASN1_INTEGER
)
+ ASN1_
IMP_OPT(POLICY_CONSTRAINTS, requireExplicitPolicy, ASN1_INTEGER,0
),
+ ASN1_
IMP_OPT(POLICY_CONSTRAINTS, inhibitPolicyMapping, ASN1_INTEGER,1
)
} ASN1_SEQUENCE_END(POLICY_CONSTRAINTS)
IMPLEMENT_ASN1_ALLOC_FUNCTIONS(POLICY_CONSTRAINTS)