radius icon indicating copy to clipboard operation
radius copied to clipboard

fix warning and deprecated crypto:hmac method with new OTP release

Open jmmontenot opened this issue 3 years ago • 0 comments

from OTP 23 compilation radius_codec.erl:7: Warning: export_all flag enabled - all functions will be exported radius_codec.erl:33: Warning: crypto:hmac/3 is deprecated and will be removed in OTP 24; use use crypto:mac/4 instead radius_codec.erl:121: Warning: crypto:hmac/3 is deprecated and will be removed in OTP 24; use use crypto:mac/4 instead

jmmontenot avatar Feb 11 '23 16:02 jmmontenot