maskit commented on pull request #7449: URL: https://github.com/apache/trafficserver/pull/7449#issuecomment-767406334
Autest failure is because of OpenSSL on the box. It uses an old snapshot of OpenSSL master (+ QUIC patch) that has some new functions but not ones recently added. Although I could check availability of functions more strictly, that would not make much sense at the moment (until some incompatible changes happen in the future) because the new functions used on this PR are in the same series of OpenSSL API ([EVP MAC](https://www.openssl.org/docs/manmaster/man3/EVP_MAC.html)). If one of them is available the others should be available at least on the next major release. ---------------------------------------------------------------- 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. For queries about this service, please contact Infrastructure at: [email protected]
