summaryrefslogtreecommitdiffstats
path: root/.github
diff options
context:
space:
mode:
authorTodd Short <todd.short@me.com>2022-04-01 10:54:45 -0400
committerTodd Short <todd.short@me.com>2022-04-11 12:01:41 -0400
commita1d3ecd7adf9f17ba20b061106088d13f8b77c03 (patch)
tree91aafc8a94e9cf6eb953987bfc26e59ea4f3bf65 /.github
parentc1c7004e7fcddcbb767c47f8dc1831c4637d1b74 (diff)
Fix -no-tls1_2 in tests
This is specific for OpenSSL_1_1_1-stable branch Reviewed-by: Tomas Mraz <tomas@openssl.org> Reviewed-by: Bernd Edlinger <bernd.edlinger@hotmail.de> (Merged from https://github.com/openssl/openssl/pull/18080)
Diffstat (limited to '.github')
-rw-r--r--.github/workflows/run-checker-ci.yml1
1 files changed, 1 insertions, 0 deletions
diff --git a/.github/workflows/run-checker-ci.yml b/.github/workflows/run-checker-ci.yml
index a999492207..ec208578ab 100644
--- a/.github/workflows/run-checker-ci.yml
+++ b/.github/workflows/run-checker-ci.yml
@@ -20,6 +20,7 @@ jobs:
no-tests,
no-threads,
no-tls,
+ no-tls1_2,
no-tls1_3,
no-ts,
no-ui,