erlcloud / lhttpc

lhttpc is a lightweight HTTP/1.1 client implemented in Erlang.
Other
1 stars 19 forks source link

Use crypto:strong_rand_bytes/1 instead of crypto:rand_bytes/1 #17

Closed hmartel closed 6 years ago

hmartel commented 6 years ago

crypto:rand_bytes/1 is removed from R20+

nalundgaard commented 6 years ago

I'd really rather kill the entire context of this code, as I mentioned in #16. I will open up a PR for that later today. Thanks.