Bugfix: adapted changed signature of the Security_Environment constructor
git-svn-id: https://vsmartcard.svn.sourceforge.net/svnroot/vsmartcard@447 96b47cad-a561-4643-ad3b-153ac7d7599c
This commit is contained in:
@@ -426,7 +426,7 @@ class PassportSAM(SAM):
|
||||
self.__computeKeys()
|
||||
#SAM.__init__(self, path, key,None)
|
||||
SAM.__init__(self, None, None, mf)
|
||||
self.SM_handler = ePass_SM(mf, None, None, None)
|
||||
self.SM_handler = ePass_SM(mf, None, None)
|
||||
self.SM_handler.current_SE.cct.algorithm = "CC"
|
||||
self.SM_handler.current_SE.ct.algorithm = "DES3-CBC"
|
||||
|
||||
|
||||
Reference in New Issue
Block a user