aboutsummaryrefslogtreecommitdiffstats
path: root/crypto/x509v3/v3_crld.c
diff options
context:
space:
mode:
authorDr. Stephen Henson <steve@openssl.org>2003-11-20 22:45:06 +0000
committerDr. Stephen Henson <steve@openssl.org>2003-11-20 22:45:06 +0000
commita8287a90ead0b3d266f2555885790edc7cbd7cbd (patch)
tree8a89e234850a25dba3632bfaba220c90198d79ed /crypto/x509v3/v3_crld.c
parentad5f0ed509932281a1e2c32a70fbf8354b02da33 (diff)
downloadopenssl-a8287a90ead0b3d266f2555885790edc7cbd7cbd.tar.gz
Give CRLDP its standard name.
Max req -x509 use V1 if extensions section absent.
Diffstat (limited to 'crypto/x509v3/v3_crld.c')
-rw-r--r--crypto/x509v3/v3_crld.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/crypto/x509v3/v3_crld.c b/crypto/x509v3/v3_crld.c
index 894a8b94d8..f90829c574 100644
--- a/crypto/x509v3/v3_crld.c
+++ b/crypto/x509v3/v3_crld.c
@@ -156,7 +156,7 @@ ASN1_SEQUENCE(DIST_POINT) = {
IMPLEMENT_ASN1_FUNCTIONS(DIST_POINT)
ASN1_ITEM_TEMPLATE(CRL_DIST_POINTS) =
- ASN1_EX_TEMPLATE_TYPE(ASN1_TFLG_SEQUENCE_OF, 0, DIST_POINT, DIST_POINT)
+ ASN1_EX_TEMPLATE_TYPE(ASN1_TFLG_SEQUENCE_OF, 0, CRLDistributionPoints, DIST_POINT)
ASN1_ITEM_TEMPLATE_END(CRL_DIST_POINTS)
IMPLEMENT_ASN1_FUNCTIONS(CRL_DIST_POINTS)