X-Git-Url: http://www.git.cypherpunks.ru/?p=pyderasn.git;a=blobdiff_plain;f=pyderasn.py;h=4e3028ca0cad2314cbd088e1097723eb0ef362fb;hp=8e7f0283503e0272f19a28e2f17805ad212299fa;hb=eb9768b4e6862f29f870cb928e9a922dfec3a684;hpb=4f0e9b3560193c0f8b0c4c4280f9406053b3f56c diff --git a/pyderasn.py b/pyderasn.py index 8e7f028..4e3028c 100755 --- a/pyderasn.py +++ b/pyderasn.py @@ -3619,7 +3619,7 @@ class Sequence(Obj): v = v_tail if spec.default is not None and value == spec.default: # Encoded default values are not valid in DER, - # but we still allow that + # but we allow that anyway continue values[name] = value if len(v) > 0: