fixed PACE_STEP3D_verify_authentication_token
This commit is contained in:
@@ -276,7 +276,7 @@ class nPA_SE(Security_Environment):
|
|||||||
else:
|
else:
|
||||||
raise SwError(SW["ERR_INCORRECTPARAMETERS"])
|
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()
|
pace.print_ossl_err()
|
||||||
raise SwError(SW["WARN_NOINFO63"])
|
raise SwError(SW["WARN_NOINFO63"])
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user