]> git.ipfire.org Git - thirdparty/openssl.git/commitdiff
Add a daily test for an alternative value for SSL3_ALIGN_PAYLOAD
authorMatt Caswell <matt@openssl.org>
Tue, 12 Dec 2023 13:47:11 +0000 (13:47 +0000)
committerMatt Caswell <matt@openssl.org>
Tue, 19 Dec 2023 10:47:29 +0000 (10:47 +0000)
Reviewed-by: Tomas Mraz <tomas@openssl.org>
Reviewed-by: Hugo Landau <hlandau@openssl.org>
(Merged from https://github.com/openssl/openssl/pull/23021)

.github/workflows/run-checker-daily.yml

index 157746f39ff57d910167633e010beccee66e725b..eda5005f68f9e577be377d83a0f40833a10cad54 100644 (file)
@@ -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: