wolfcrypt/benchmark/benchmark.c: fix typo.

This commit is contained in:
Daniel Pouzzner
2021-09-29 16:24:30 -05:00
parent 4a451caf7b
commit e3989edd39

View File

@@ -5127,7 +5127,7 @@ void bench_dh(int doAsync)
#ifdef HAVE_FFDHE_3072
else if (use_ffdhe == 3072) {
#ifdef HAVE_PUBLIC_FFDHE
params = wc_Dh_ffdhe2048_Get();
params = wc_Dh_ffdhe3072_Get();
#else
paramName = WC_FFDHE_3072;
#endif