Open tomPorter opened 3 years ago
I opened a naively written PR #60, that addresses the issue with Elixir 1.12. Issue is due to deprecated crypto apis. See here: https://elixirforum.com/t/undefinedfunctionerror-function-crypto-hmac-3-is-undefined-or-private/40060/4
I got this during the
mix test
(UndefinedFunctionError) function :crypto.hmac_init/2 is undefined or private
Has anyone had success building ielixir recently?