fix typo in openpgp.c

This commit is contained in:
NIIBE Yutaka
2013-02-04 16:40:26 +09:00
parent 62b4369d2c
commit c12f331217

View File

@@ -154,7 +154,7 @@ cmd_verify (void)
else
{ /* If not, return retry counter, encoded. */
r = gpg_pw_get_retry_counter (p2);
set_res_sw (0x63, 0xc0 | (r&0f));
set_res_sw (0x63, 0xc0 | (r&0x0f));
}
return;