8000 gh-127330: Update for OpenSSL 3.4 by encukou · Pull Request #127331 · python/cpython · GitHub
[go: up one dir, main page]

Skip to content

gh-127330: Update for OpenSSL 3.4 #127331

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 10 commits into from
Nov 28, 2024
Merged
Prev Previous commit
Next Next commit
Fix typo
  • Loading branch information
encukou committed Nov 27, 2024
commit e73472185990fca6052cf258be9c78f19353b8f1
2 changes: 1 addition & 1 deletion Tools/ssl/make_ssl_data.py
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@
- If the new version removes or renumbers some definitions, keep both files and
add a new #include in _ssl.c.

A newly supported OpenSSL version should alsko be added to:
A newly supported OpenSSL version should also be added to:
- Tools/ssl/multissltests.py
- .github/workflows/build.yml
"""
Expand Down
Loading
0