bneradt commented on code in PR #13213:
URL: https://github.com/apache/trafficserver/pull/13213#discussion_r3365963205


##########
tests/gold_tests/autest-site/conditions.test.ext:
##########
@@ -136,6 +136,20 @@ def HasOpenSSLVersion(self, version):
     return self.Condition(lambda: exe_ver >= version, "OpenSSL library version 
is " + exe_ver + ", must be at least " + version)

Review Comment:
   Fixed. I added a shared _version_tuple() helper and changed 
HasOpenSSLVersion() to extract the dotted OpenSSL version and compare padded 
integer tuples, so versions like 3.10.0 sort correctly against 3.5.0.
   
   



-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: [email protected]

For queries about this service, please contact Infrastructure at:
[email protected]

Reply via email to