Merge pull request #5085 from douzzer/20220426-multi-test

20220426 multi-test fixups
This commit is contained in:
David Garske
2022-04-26 11:15:59 -07:00
committed by GitHub
4 changed files with 55 additions and 107 deletions

View File

@@ -52837,7 +52837,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 */
}