forked from wolfSSL/wolfssl
fix whitespace.
This commit is contained in:
@ -52836,7 +52836,7 @@ static void test_wolfSSL_DH(void)
|
|||||||
#else
|
#else
|
||||||
AssertNull((dh = DH_new_by_nid(NID_ffdhe2048)));
|
AssertNull((dh = DH_new_by_nid(NID_ffdhe2048)));
|
||||||
#endif /* (HAVE_PUBLIC_FFDHE || (HAVE_FIPS && HAVE_FIPS_VERSION == 2)) ||
|
#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);
|
printf(resultFmt, passed);
|
||||||
#endif /* OPENSSL_EXTRA && !NO_DH */
|
#endif /* OPENSSL_EXTRA && !NO_DH */
|
||||||
}
|
}
|
||||||
|
Reference in New Issue
Block a user