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

crypto.rand_bytes/1 deprecated in new version of erlang #49

Open
liketemple opened this issue May 5, 2017 · 1 comment
Open

crypto.rand_bytes/1 deprecated in new version of erlang #49

liketemple opened this issue May 5, 2017 · 1 comment

Comments

@liketemple
Copy link

liketemple commented May 5, 2017

When I use websocket_client with Erlang/OTP 20, I meet this:
crypto.rand_bytes/1 is undefined or private. Did you mean one of: * rand_seed/1
in:

websocket_client/src/wsc_lib.erl:227:

With google the it seems a new api crypto.strong_rand_bytes to do the same work.

@stevedomin
Copy link

Seems like this is fixed by 9a6f65d

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants