taylorfinnell / awscr-signer

AWS request signing in Crystal
MIT License
22 stars 15 forks source link

src/awscr-signer/core/hmac.cr won't compile with Crystal 0.28 #39

Closed steve-baldwin closed 5 years ago

steve-baldwin commented 5 years ago

I think changing the symbol :sha256 to the enum OpenSSL::Algorithm::SHA256 fixes it.

taylorfinnell commented 5 years ago

This is fixed now :)