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

@@ -204,7 +204,6 @@ rsa_verify (const uint8_t *pubkey, int pubkey_len,
#define RSA_EXPONENT 0x10001
#ifdef KEYGEN_SUPPORT
uint8_t *
rsa_genkey (int pubkey_len)
{
@@ -245,4 +244,3 @@ rsa_genkey (int pubkey_len)
else
return p_q_modulus;
}
#endif