minor change to external_authenticate

This commit is contained in:
NIIBE Yutaka
2013-01-30 16:50:19 +09:00
parent 9dde59867d
commit 62b4369d2c
4 changed files with 16 additions and 6 deletions

View File

@@ -1002,7 +1002,7 @@ cmd_external_authenticate (void)
DEBUG_INFO (" - EXTERNAL AUTHENTICATE\r\n");
if (keyno > 4)
if (keyno >= 4)
{
GPG_CONDITION_NOT_SATISFIED ();
return;