dkataskin / erlazure

Windows Azure Erlang bindings
BSD 3-Clause "New" or "Revised" License
35 stars 53 forks source link

OPT24 crypto deprecations #32

Closed mize85 closed 3 months ago

mize85 commented 3 years ago

Hiho @dkataskin,

OTP24 removed some crypto functions which were deprecated in OTP23 http://erlang.org/doc/general_info/deprecations.html

I do not write erlang usually but e.g. https://github.com/epgsql/epgsql/pull/239/files seem to fix it in a backwards compatible way.

I tried to create a PR but the formatting is completely messed up 🤦 https://github.com/dkataskin/erlazure/pull/31

Are there plans to support OTP24?

Best regards.

ariel-anieli commented 7 months ago

Fixed in https://github.com/dkataskin/erlazure/pull/33