Skip to content

Commit 4b288b9

Browse files
committed
Testing: update Windows VS workflow with DH defines
1 parent ce06f46 commit 4b288b9

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/windows-vs.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -274,7 +274,7 @@ jobs:
274274
$content = Get-Content $userSettingsPath -Raw
275275
Write-Output "Original file size: $($content.Length) characters"
276276
277-
$newDefines = "#define WOLFSSL_KEY_GEN`n#define HAVE_CRL`n#define OPENSSL_ALL`n#define WOLFSSL_SHA224`n`n"
277+
$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"
278278
279279
# Try multiple possible insertion points
280280
$insertPoints = @(

0 commit comments

Comments
 (0)