forked from wolfSSL/wolfssl
wolfcrypt/benchmark/benchmark.c: fix typo.
This commit is contained in:
@@ -5127,7 +5127,7 @@ void bench_dh(int doAsync)
|
|||||||
#ifdef HAVE_FFDHE_3072
|
#ifdef HAVE_FFDHE_3072
|
||||||
else if (use_ffdhe == 3072) {
|
else if (use_ffdhe == 3072) {
|
||||||
#ifdef HAVE_PUBLIC_FFDHE
|
#ifdef HAVE_PUBLIC_FFDHE
|
||||||
params = wc_Dh_ffdhe2048_Get();
|
params = wc_Dh_ffdhe3072_Get();
|
||||||
#else
|
#else
|
||||||
paramName = WC_FFDHE_3072;
|
paramName = WC_FFDHE_3072;
|
||||||
#endif
|
#endif
|
||||||
|
Reference in New Issue
Block a user