fixed printing of EAC CTX

This commit is contained in:
Frank Morgner
2012-12-08 00:17:32 +01:00
parent de1378f780
commit c58aed6896

View File

@@ -554,7 +554,7 @@ class nPA_SAM(SAM):
else:
protocol = "CA"
print "switching to new encryption context established in %s:" % protocol
pace.EAC_CTX_print_private(self.current_SE.eac_ctx, 4)
print pace.EAC_CTX_print_private(self.current_SE.eac_ctx, 4)
pace.EAC_CTX_set_encryption_ctx(self.current_SE.eac_ctx, self.current_SE.new_encryption_ctx)