fix whitespace.

This commit is contained in:
Daniel Pouzzner
2022-04-26 09:57:25 -05:00
parent 8737d46bb1
commit 2c5db7b64c

View File

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