You are viewing a plain text version of this content. The canonical link for it is here.
Posted to notifications@couchdb.apache.org by GitBox <gi...@apache.org> on 2021/05/17 06:22:54 UTC

[GitHub] [couchdb] nickva opened a new pull request #3566: Erlang 24 support for 3.x branch

nickva opened a new pull request #3566:
URL: https://github.com/apache/couchdb/pull/3566


   The main fix is to switch crypto functions to use the new versions for 22+ while keeping Erlang 20 still working:
   
   ```
   crypto:hmac(Alg, Key, Message) -> crypto:mac(hmac, Alg, Key, Message)
   ```
   


-- 
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:
users@infra.apache.org



[GitHub] [couchdb] nickva merged pull request #3566: Erlang 24 support for 3.x branch

Posted by GitBox <gi...@apache.org>.
nickva merged pull request #3566:
URL: https://github.com/apache/couchdb/pull/3566


   


-- 
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:
users@infra.apache.org