We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 8e607c4 commit a5152beCopy full SHA for a5152be
1 file changed
Tools/ssl/multissltests.py
@@ -427,11 +427,11 @@ class BuildOpenSSL(AbstractBuilder):
427
depend_target = 'depend'
428
429
def _post_install(self):
430
- if self.version.startswith("3."):
+ if self.version.startswith(("3.", "4.")):
431
self._post_install_3xx()
432
433
def _build_src(self, config_args=()):
434
435
config_args += ("enable-fips",)
436
super()._build_src(config_args)
437
0 commit comments