summaryrefslogtreecommitdiff
path: root/.github
diff options
context:
space:
mode:
authorDamien Miller <djm@mindrot.org>2023-03-24 13:56:25 +1100
committerDamien Miller <djm@mindrot.org>2023-03-24 13:56:25 +1100
commit7280401bdd77ca54be6867a154cc01e0d72612e0 (patch)
treed9742a2d5c79b4977c5b9370efa8d135f7b54ed9 /.github
parentabda22fb48302f2142233f71d27c74040288c518 (diff)
downloadopenssh-git-7280401bdd77ca54be6867a154cc01e0d72612e0.tar.gz
remove support for old libcrypto
OpenSSH now requires LibreSSL 3.1.0 or greater or OpenSSL 1.1.1 or greater with/ok dtucker@
Diffstat (limited to '.github')
-rw-r--r--.github/workflows/c-cpp.yml7
1 files changed, 0 insertions, 7 deletions
diff --git a/.github/workflows/c-cpp.yml b/.github/workflows/c-cpp.yml
index 3d9aa22d..d299a324 100644
--- a/.github/workflows/c-cpp.yml
+++ b/.github/workflows/c-cpp.yml
@@ -47,9 +47,6 @@ jobs:
- { target: ubuntu-20.04, config: tcmalloc }
- { target: ubuntu-20.04, config: musl }
- { target: ubuntu-latest, config: libressl-master }
- - { target: ubuntu-latest, config: libressl-2.2.9 }
- - { target: ubuntu-latest, config: libressl-2.8.3 }
- - { target: ubuntu-latest, config: libressl-3.0.2 }
- { target: ubuntu-latest, config: libressl-3.2.6 }
- { target: ubuntu-latest, config: libressl-3.3.6 }
- { target: ubuntu-latest, config: libressl-3.4.3 }
@@ -58,10 +55,6 @@ jobs:
- { target: ubuntu-latest, config: libressl-3.7.1 }
- { target: ubuntu-latest, config: openssl-master }
- { target: ubuntu-latest, config: openssl-noec }
- - { target: ubuntu-latest, config: openssl-1.0.1 }
- - { target: ubuntu-latest, config: openssl-1.0.1u }
- - { target: ubuntu-latest, config: openssl-1.0.2u }
- - { target: ubuntu-latest, config: openssl-1.1.0h }
- { target: ubuntu-latest, config: openssl-1.1.1 }
- { target: ubuntu-latest, config: openssl-1.1.1k }
- { target: ubuntu-latest, config: openssl-1.1.1n }