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

R16B01 compatibility changes. #6

Merged
merged 2 commits into from
Jul 17, 2013
Merged

R16B01 compatibility changes. #6

merged 2 commits into from
Jul 17, 2013

Conversation

evanmcc
Copy link

@evanmcc evanmcc commented Jul 9, 2013

update hash functions for R16B01

@evanmcc
Copy link
Author

evanmcc commented Jul 10, 2013

updated.

@joedevivo
Copy link

Do we care about this warning?

Compiled src/prf.erl
src/prf_crypto.erl:18: Warning: crypto:des_cbc_encrypt/3 is deprecated and will be removed in in a future release; use crypto:block_encrypt/4
src/prf_crypto.erl:25: Warning: crypto:des_cbc_decrypt/3 is deprecated and will be removed in in a future release; use crypto:block_decrypt/4
src/prf_crypto.erl:28: Warning: crypto:md5/1 is deprecated and will be removed in in a future release; use crypto:hash/2

@evanmcc
Copy link
Author

evanmcc commented Jul 15, 2013

you shouldn't be seeing it at all. You're sure you're on the branch?

@joedevivo
Copy link

I was not on the branch, I'll be in the corner.

@joedevivo
Copy link

Branch builds fine without warnings, basic redbug test works as expected.

9>  redbug:start(100000, 2, {erlang,now,[return,stack]}).
ok        
10> erlang:now().

13:43:12 <{erlang,apply,2}> {erlang,now,[]}
  "shell:eval_loop/3 "
{1373,920992,75963}
  "shell:eval_exprs/7 "
  "shell:exprs/7 "

13:43:12 <{erlang,apply,2}> {erlang,now,0} -> {1373,920992,75963}
quitting: msg_count
11> 

@joedevivo
Copy link

+1 do it!

evanmcc added a commit that referenced this pull request Jul 17, 2013
R16B01 compatibility changes.
@evanmcc evanmcc merged commit 529c6c8 into master Jul 17, 2013
@massemanet
Copy link

fixed in 0.74/master

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

Successfully merging this pull request may close these issues.

3 participants