openssl: update to 3.6.0 + remove pregenerated files

There are a fairly significant number. The previous check was actually
wrong (all GENERATE files are generated in the build process :\). Change
Python accordingly.
This commit is contained in:
Samuel Tyler 2025-12-26 14:35:45 +11:00
parent 2e18c35df8
commit af23ad1607
No known key found for this signature in database
GPG key ID: EB5091A5C77E8DC4
10 changed files with 187 additions and 41 deletions

View file

@ -11,7 +11,7 @@ src_prepare() {
# Regenerate ssl_data for ssl module
rm Modules/_ssl_data_111.h Modules/_ssl_data.h
python -B Tools/ssl/make_ssl_data.py ../openssl-3.0.13 Modules/_ssl_data_300.h
python -B Tools/ssl/make_ssl_data.py ../openssl-3.6.0 Modules/_ssl_data_300.h
sed -i 's#$(srcdir)/Modules/_ssl_data.h ##' Makefile.pre.in
sed -i 's#$(srcdir)/Modules/_ssl_data_111.h ##' Makefile.pre.in