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: [email protected] For queries about this service, please contact Infrastructure at: [email protected]
