You are viewing a plain text version of this content. The canonical link for it is here.
Posted to github@trafficserver.apache.org by GitBox <gi...@apache.org> on 2022/02/18 17:58:32 UTC

[GitHub] [trafficserver] bneradt opened a new pull request #8678: Fix test_QUIC unit test builds.

bneradt opened a new pull request #8678:
URL: https://github.com/apache/trafficserver/pull/8678


   The test_QUIC unit tests were failing to build because they didn't link
   against a file with the TLSKeyLogger definition. This fixes the
   undefined references by breaking out TLSKeyLogger into a separate object
   that the unit tests can link with.
   
   ---
   
   ### For Review
   
   The code change only transfers the TLSKeyLogger declaration and definition to its own file. Nothing has changed with the lines in that class. Some Makefile.am files are then changed to link against that TLSKeyLogger.o object.


-- 
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



[GitHub] [trafficserver] bneradt merged pull request #8678: Fix test_QUIC unit test builds.

Posted by GitBox <gi...@apache.org>.
bneradt merged pull request #8678:
URL: https://github.com/apache/trafficserver/pull/8678


   


-- 
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