JosiahWI commented on code in PR #13469:
URL: https://github.com/apache/trafficserver/pull/13469#discussion_r3693436593
##########
CMakeLists.txt:
##########
@@ -314,8 +314,8 @@ if(NOT SSLLIB_IS_BORINGSSL
AND NOT SSLLIB_IS_AWSLC
AND OPENSSL_VERSION VERSION_GREATER_EQUAL "3.0.0"
)
- set(SSLLIB_IS_OPENSSL3 TRUE)
- add_compile_definitions(OPENSSL_API_COMPAT=10002 OPENSSL_IS_OPENSSL3)
+ set(SSLLIB_IS_AT_LEAST_OPENSSL3 TRUE)
+ add_compile_definitions(OPENSSL_API_COMPAT=10002
OPENSSL_IS_AT_LEAST_OPENSSL3)
Review Comment:
I don't think this is part of the intended plugin interface. The entire
point of this PR is this change.
--
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]