Rev445, Fix and test random fail in CryptMessage decrypt
This commit is contained in:
parent
8aa4e27938
commit
64e5e0c80e
3 changed files with 39 additions and 7 deletions
|
@ -13,7 +13,7 @@ class Config(object):
|
|||
|
||||
def __init__(self, argv):
|
||||
self.version = "0.7.1"
|
||||
self.rev = 4411
|
||||
self.rev = 4445
|
||||
self.argv = argv
|
||||
self.action = None
|
||||
self.test_parser = None
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue