always enable keygen

This commit is contained in:
NIIBE Yutaka
2015-07-18 13:55:01 +09:00
parent be5c052531
commit edf1a0cdd7
8 changed files with 15 additions and 35 deletions

View File

@@ -2030,7 +2030,6 @@ gpg_do_write_simple (uint8_t nr, const uint8_t *data, int size)
*do_data_p = NULL;
}
#ifdef KEYGEN_SUPPORT
void
gpg_do_keygen (uint8_t kk_byte)
{
@@ -2088,4 +2087,3 @@ gpg_do_keygen (uint8_t kk_byte)
gpg_do_public_key (kk_byte);
}
#endif