maskit commented on issue #4823:
URL: https://github.com/apache/trafficserver/issues/4823#issuecomment-891420450
This is still a valid issue.
```
$ clang -v
Apple clang version 12.0.5 (clang-1205.0.22.11)
Target: x86_64-apple-darwin20.6.0
```
Also, maybe I should file another issue for this but I realized that this
plugin can't be compiled with BoringSSL, and `EVP_PKEY_assign_RSA` will be
deprecated on OpenSSL 3.0.
```
experimental/magick/magick.cc:190:20: error: no matching function for call
to 'EVP_PKEY_assign_RSA'
const int rc = EVP_PKEY_assign_RSA(key, k);
^~~~~~~~~~~~~~~~~~~
```
--
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]