diff options
author | Rob Austein <sra@hactrn.net> | 2007-10-09 18:55:14 +0000 |
---|---|---|
committer | Rob Austein <sra@hactrn.net> | 2007-10-09 18:55:14 +0000 |
commit | 8c9fc1fe572fe82b1f365bd56c38a3c462704acd (patch) | |
tree | 44e5c7805a882b271e80bbffb84cdf33fd946b0f /pow/POW-0.7/lib/pkix.py | |
parent | 42b29d627723fff390298d78c861678579825890 (diff) |
Nit
svn path=/pow/POW-0.7/lib/pkix.py; revision=1133
Diffstat (limited to 'pow/POW-0.7/lib/pkix.py')
-rwxr-xr-x | pow/POW-0.7/lib/pkix.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/pow/POW-0.7/lib/pkix.py b/pow/POW-0.7/lib/pkix.py index a0905f3e..a4641085 100755 --- a/pow/POW-0.7/lib/pkix.py +++ b/pow/POW-0.7/lib/pkix.py @@ -1970,7 +1970,7 @@ class Extension(Sequence): def __init__(self, optional=0, default=''): self.extnID = Oid() - self.critical = Boolean(0, 'AQEA\n') + self.critical = Boolean(0, 'AQEA') self.extnValue = OctetString() contents = [self.extnID, self.critical, self.extnValue] Sequence.__init__(self, contents, optional, default) |