components/python/pyasn1-modules/patches/crl_dist.patch
branchs11-update
changeset 2791 d054d400ccf4
equal deleted inserted replaced
2790:bb5739f8126c 2791:d054d400ccf4
       
     1 #
       
     2 # Fix typo in rfc2459.py
       
     3 # Typo has been fixed in upstream but was not released yet.
       
     4 #
       
     5 --- pyasn1-modules-0.0.4/pyasn1_modules/rfc2459.py	2012-04-11 02:34:52.000000000 -0700
       
     6 +++ pyasn1-modules-0.0.4/pyasn1_modules/rfc2459.py	2013-07-03 12:20:17.801945873 -0700
       
     7 @@ -761,7 +761,7 @@
       
     8  id_ce_cRLDistributionPoints = univ.ObjectIdentifier('2.5.29.31')
       
     9  
       
    10  class CRLDistPointsSyntax(univ.SequenceOf):
       
    11 -    componentType = DistributionPoint
       
    12 +    componentType = DistributionPoint()
       
    13      subtypeSpec = univ.SequenceOf.subtypeSpec + constraint.ValueSizeConstraint(1, MAX)
       
    14  id_ce_issuingDistributionPoint = univ.ObjectIdentifier('2.5.29.28')
       
    15