Skip to content

Commit 8f9044b

Browse files
committed
Revert "fixup! gh-136728: Combine OpenSSL and AWS-LC CI configurations"
This reverts commit 4676575.
1 parent 2543718 commit 8f9044b

1 file changed

Lines changed: 4 additions & 0 deletions

File tree

.github/workflows/build.yml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -261,6 +261,10 @@ jobs:
261261
ssllib:
262262
# See Tools/ssl/make_ssl_data.py for notes on adding a new version
263263
## OpenSSL
264+
# Keep 1.1.1w in our list despite it being upstream EOL and otherwise
265+
# unsupported as it most resembles other 1.1.1-work-a-like ssl APIs
266+
# supported by important vendors such as AWS-LC.
267+
- { name: openssl, version: 1.1.1w }
264268
- { name: openssl, version: 3.0.19 }
265269
- { name: openssl, version: 3.3.6 }
266270
- { name: openssl, version: 3.4.4 }

0 commit comments

Comments
 (0)