npa: pass authentication token as string

This commit is contained in:
Frank Morgner
2012-09-24 23:25:43 +02:00
parent 9bd34eae34
commit bc570248b6

View File

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