You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@trafficserver.apache.org by GitBox <gi...@apache.org> on 2021/08/03 00:30:10 UTC

[GitHub] [trafficserver] maskit commented on issue #4823: Cannot build webp_transform plugin

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

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