You are viewing a plain text version of this content. The canonical link for it is here.
Posted to github@trafficserver.apache.org by "randall (via GitHub)" <gi...@apache.org> on 2023/06/28 23:11:55 UTC

[GitHub] [trafficserver] randall commented on a diff in pull request #9928: Detect SSL_CTX_set_keylog_callback in CMake build

randall commented on code in PR #9928:
URL: https://github.com/apache/trafficserver/pull/9928#discussion_r1245908165


##########
CMakeLists.txt:
##########
@@ -254,6 +257,7 @@ check_symbol_exists(BIO_meth_get_ctrl "openssl/bio.h" HAVE_BIO_METH_GET_CTRL)
 check_symbol_exists(BIO_meth_get_create "openssl/bio.h" HAVE_BIO_METH_GET_CREATE)
 check_symbol_exists(BIO_meth_get_destroy "openssl/bio.h" HAVE_BIO_METH_GET_DESTROY)
 check_symbol_exists(DH_get_2048_256 "openssl/dh.h" TS_USE_GET_DH_2048_256)
+check_symbol_exists(SSL_CTX_set_keylog_callback openssl/ssl.h TS_HAS_TLS_KEYLOGGING)

Review Comment:
   should this be a quoted include file (like all the previous lines) or unquoted (like the next line)?



-- 
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: github-unsubscribe@trafficserver.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org