We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent ce06f46 commit 4b288b9Copy full SHA for 4b288b9
.github/workflows/windows-vs.yml
@@ -274,7 +274,7 @@ jobs:
274
$content = Get-Content $userSettingsPath -Raw
275
Write-Output "Original file size: $($content.Length) characters"
276
277
- $newDefines = "#define WOLFSSL_KEY_GEN`n#define HAVE_CRL`n#define OPENSSL_ALL`n#define WOLFSSL_SHA224`n`n"
+ $newDefines = "#define WOLFSSL_KEY_GEN`n#define HAVE_CRL`n#define OPENSSL_ALL`n#define WOLFSSL_SHA224`n#define HAVE_FFDHE_2048`n#define HAVE_FFDHE_3072`n#define HAVE_FFDHE_4096`n#define HAVE_FFDHE_Q`n#define WOLFSSL_VALIDATE_FFC_IMPORT`n`n"
278
279
# Try multiple possible insertion points
280
$insertPoints = @(
0 commit comments