Skip to content

Commit

Permalink
Add a daily test for an alternative value for SSL3_ALIGN_PAYLOAD
Browse files Browse the repository at this point in the history
Reviewed-by: Tomas Mraz <tomas@openssl.org>
Reviewed-by: Hugo Landau <hlandau@openssl.org>
(Merged from #23021)
  • Loading branch information
mattcaswell committed Dec 19, 2023
1 parent e07b5e1 commit 5ccd4de
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/run-checker-daily.yml
Original file line number Diff line number Diff line change
Expand Up @@ -130,7 +130,8 @@ jobs:
no-zlib,
enable-zlib-dynamic,
no-zlib-dynamic,
-DOPENSSL_NO_BUILTIN_OVERFLOW_CHECKING
-DOPENSSL_NO_BUILTIN_OVERFLOW_CHECKING,
-DSSL3_ALIGN_PAYLOAD=4
]
runs-on: ubuntu-latest
steps:
Expand Down

0 comments on commit 5ccd4de

Please sign in to comment.