Movatterモバイル変換


[0]ホーム

URL:


Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

Commit681e0fa

Browse files
miss-islingtonxnoxillia-v
authored
[3.9]gh-100454: Fix running SSL tests with OpenSSL 3.1+ (GH-100456) (GH-125186)
This fixes Ubuntu pipeline with OpenSSL 3.1+(cherry picked from commit333c7dc)Co-authored-by: Dimitri John Ledkov <19779+xnox@users.noreply.github.com>Co-authored-by: Illia Volochii <illia.volochii@gmail.com>
1 parent8b9a8e0 commit681e0fa

File tree

2 files changed

+5
-4
lines changed

2 files changed

+5
-4
lines changed
Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
Fix SSL tests CI for OpenSSL 3.1+

‎Tools/ssl/multissltests.py

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -395,15 +395,15 @@ class BuildOpenSSL(AbstractBuilder):
395395
install_target='install_sw'
396396

397397
def_post_install(self):
398-
ifself.version.startswith("3.0"):
399-
self._post_install_300()
398+
ifself.version.startswith("3."):
399+
self._post_install_3xx()
400400

401401
def_build_src(self,config_args=()):
402-
ifself.version.startswith("3.0"):
402+
ifself.version.startswith("3."):
403403
config_args+= ("enable-fips",)
404404
super()._build_src(config_args)
405405

406-
def_post_install_300(self):
406+
def_post_install_3xx(self):
407407
# create ssl/ subdir with example configs
408408
# Install FIPS module
409409
self._subprocess_call(

0 commit comments

Comments
 (0)

[8]ページ先頭

©2009-2025 Movatter.jp