Added NO_RSA condition for build failure

This commit is contained in:
Hideki Miyazaki
2018-10-12 11:02:01 +09:00
parent 63878f32ab
commit 1a34b9da03

View File

@@ -447,7 +447,7 @@ static const char* bench_result_words1[][4] = {
{ "" , "秒で処理", "1バイトあたりのサイクル数", NULL }, /* 1 Japanese */ { "" , "秒で処理", "1バイトあたりのサイクル数", NULL }, /* 1 Japanese */
}; };
#if defined(WOLFSSL_KEY_GEN) || defined(HAVE_NTRU) || \ #if !defined(NO_RSA) ||defined(WOLFSSL_KEY_GEN) || defined(HAVE_NTRU) || \
defined(HAVE_ECC) || !defined(NO_DH) || defined(HAVE_ECC_ENCRYPT) || \ defined(HAVE_ECC) || !defined(NO_DH) || defined(HAVE_ECC_ENCRYPT) || \
defined(HAVE_CURVE25519) || defined(HAVE_CURVE25519_SHARED_SECRET) || \ defined(HAVE_CURVE25519) || defined(HAVE_CURVE25519_SHARED_SECRET) || \
defined(HAVE_ED25519) defined(HAVE_ED25519)