From d0ef5e6204d5f357d14e20a8779e74d86bb8cab1 Mon Sep 17 00:00:00 2001 From: Rob Austein Date: Tue, 9 Oct 2007 19:18:11 +0000 Subject: Debug manifest encoding svn path=/scripts/manifests.py; revision=1136 --- scripts/rpki/manifest.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'scripts/rpki/manifest.py') diff --git a/scripts/rpki/manifest.py b/scripts/rpki/manifest.py index 8b9e104b..c77f092b 100644 --- a/scripts/rpki/manifest.py +++ b/scripts/rpki/manifest.py @@ -12,7 +12,7 @@ from POW._der import * class FileAndHash(Sequence): def __init__(self, optional=0, default=''): self.file = IA5String() - self.hash = BitString() + self.hash = AltBitString() contents = [ self.file, self.hash ] Sequence.__init__(self, contents, optional, default) -- cgit v1.2.3