fixed PACE_STEP3D_verify_authentication_token

This commit is contained in:
Frank Morgner
2012-10-04 10:19:32 +02:00
parent 02299c9036
commit d9ce98765f

View File

@@ -276,7 +276,7 @@ class nPA_SE(Security_Environment):
else:
raise SwError(SW["ERR_INCORRECTPARAMETERS"])
if 1 != pace.verify_authentication_token(self.eac_ctx, token):
if 1 != pace.PACE_STEP3D_verify_authentication_token(self.eac_ctx, token):
pace.print_ossl_err()
raise SwError(SW["WARN_NOINFO63"])