summaryrefslogtreecommitdiffstats
path: root/.github
diff options
context:
space:
mode:
authorDarren Tucker <dtucker@dtucker.net>2021-11-12 12:55:27 +0100
committerDarren Tucker <dtucker@dtucker.net>2021-11-12 12:57:51 +0100
commite665ed2d0c24fe11d5470ce72fa1e187377d3fc4 (patch)
tree48be825587d8abbe39ade6867d5b83c752e2fe83 /.github
parentupstream: add the sntrup761x25519-sha512@openssh.com hybrid (diff)
downloadopenssh-e665ed2d0c24fe11d5470ce72fa1e187377d3fc4.tar.xz
openssh-e665ed2d0c24fe11d5470ce72fa1e187377d3fc4.zip
Switch from LibreSSL 3.4.0 to 3.4.1.
The LibreSSL 3.4.0 release has an OPENBSD_BRANCH that points to "master" and that branch no longer has the files LibreSSL expects and thus it will no longer build, breaking the test.
Diffstat (limited to '.github')
-rw-r--r--.github/workflows/c-cpp.yml2
1 files changed, 1 insertions, 1 deletions
diff --git a/.github/workflows/c-cpp.yml b/.github/workflows/c-cpp.yml
index 768fbc510..3bd1f6c20 100644
--- a/.github/workflows/c-cpp.yml
+++ b/.github/workflows/c-cpp.yml
@@ -44,7 +44,7 @@ jobs:
- { os: ubuntu-latest, configs: libressl-3.0.2 }
- { os: ubuntu-latest, configs: libressl-3.2.6 }
- { os: ubuntu-latest, configs: libressl-3.3.4 }
- - { os: ubuntu-latest, configs: libressl-3.4.0 }
+ - { os: ubuntu-latest, configs: libressl-3.4.1 }
- { os: ubuntu-latest, configs: openssl-master }
- { os: ubuntu-latest, configs: openssl-noec }
- { os: ubuntu-latest, configs: openssl-1.0.1 }