Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Work around compiler warning and provide backward compatibility. #125

Merged
merged 1 commit into from
Sep 7, 2015

Commits on Sep 3, 2015

  1. Work around compiler warning and provide backward compatibility.

    While compiling this using erlc, warning thrown:
    
    `Warning: crypto:sha_mac/2 is deprecated and will be removed in in a future release; use crypto:hmac/3`
    
    In order to support older OTP releases it's better to have crypto:sha_mac there but for new OTPs we should use crypto:hmac instead.
    cicku committed Sep 3, 2015
    Configuration menu
    Copy the full SHA
    e812d46 View commit details
    Browse the repository at this point in the history