From c58aed689654a5acf8fb1c6972d675351f06de52 Mon Sep 17 00:00:00 2001 From: Frank Morgner Date: Sat, 8 Dec 2012 00:17:32 +0100 Subject: [PATCH] fixed printing of EAC CTX --- virtualsmartcard/src/vpicc/virtualsmartcard/cards/nPA.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/virtualsmartcard/src/vpicc/virtualsmartcard/cards/nPA.py b/virtualsmartcard/src/vpicc/virtualsmartcard/cards/nPA.py index b8ce442..f6b50db 100644 --- a/virtualsmartcard/src/vpicc/virtualsmartcard/cards/nPA.py +++ b/virtualsmartcard/src/vpicc/virtualsmartcard/cards/nPA.py @@ -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)