summaryrefslogtreecommitdiffstats
path: root/.github/workflows
diff options
context:
space:
mode:
authorMatt Caswell <matt@openssl.org>2023-12-12 13:47:11 +0000
committerMatt Caswell <matt@openssl.org>2023-12-19 10:49:32 +0000
commite5e592fda2afe920fb9a6e60ddca40e9afc75f4e (patch)
treefb4f30a2bdebf3f5d2b5ac568398178a7941bb87 /.github/workflows
parent86774666d2aca407740c9658b8c831645a519485 (diff)
Add a daily test for an alternative value for SSL3_ALIGN_PAYLOAD
Reviewed-by: Tomas Mraz <tomas@openssl.org> Reviewed-by: Hugo Landau <hlandau@openssl.org> (Merged from https://github.com/openssl/openssl/pull/23021) (cherry picked from commit 5ccd4dec6f732b4144e16cc6c9e73f07fb506279)
Diffstat (limited to '.github/workflows')
-rw-r--r--.github/workflows/run-checker-daily.yml3
1 files changed, 2 insertions, 1 deletions
diff --git a/.github/workflows/run-checker-daily.yml b/.github/workflows/run-checker-daily.yml
index 157746f39f..eda5005f68 100644
--- a/.github/workflows/run-checker-daily.yml
+++ b/.github/workflows/run-checker-daily.yml
@@ -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: