diff --git a/tests/api.c b/tests/api.c index 1faced3a8..8ccc92865 100644 --- a/tests/api.c +++ b/tests/api.c @@ -52836,7 +52836,7 @@ static void test_wolfSSL_DH(void) #else AssertNull((dh = DH_new_by_nid(NID_ffdhe2048))); #endif /* (HAVE_PUBLIC_FFDHE || (HAVE_FIPS && HAVE_FIPS_VERSION == 2)) || - * (!HAVE_PUBLIC_FFDHE && (!HAVE_FIPS || HAVE_FIPS_VERSION > 2))*/ + * (!HAVE_PUBLIC_FFDHE && (!HAVE_FIPS || HAVE_FIPS_VERSION > 2))*/ printf(resultFmt, passed); #endif /* OPENSSL_EXTRA && !NO_DH */ }