RSA in a single step.

This commit is contained in:
NIIBE Yutaka
2017-10-05 17:06:50 +09:00
parent 183cec8a04
commit 43980d1c81
5 changed files with 97 additions and 119 deletions

View File

@@ -644,7 +644,7 @@ cmd_pgp_gakp (void)
{
if (!ac_check_status (AC_ADMIN_AUTHORIZED))
GPG_SECURITY_FAILURE ();
gpg_do_keygen (apdu.cmd_apdu_data[0]);
gpg_do_keygen (&apdu.cmd_apdu_data[0]);
}
}