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

Doesn't compile on R16B02 #19

Closed
MSch opened this issue Nov 18, 2013 · 5 comments
Closed

Doesn't compile on R16B02 #19

MSch opened this issue Nov 18, 2013 · 5 comments

Comments

@MSch
Copy link

MSch commented Nov 18, 2013

rebar.config has warnings_as_errors enabled so the deprecations stop this from compiling.

src/prf_crypto.erl:28: 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:35: 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:38: crypto:md5/1 is deprecated and will be removed in in a future release; use crypto:hash/2
@massemanet
Copy link
Owner

that should work. what version are you using?
On Nov 18, 2013 5:22 PM, "Martin Schürrer" notifications@github.com wrote:

rebar.config has warnings_as_errors enabled so the deprecations stop this
from compiling.

src/prf_crypto.erl:28: 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:35: 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:38: crypto:md5/1 is deprecated and will be removed in in a future release; use crypto:hash/2


Reply to this email directly or view it on GitHubhttps://github.com//issues/19
.

@MSch
Copy link
Author

MSch commented Nov 19, 2013

master

On Tuesday, November 19, 2013, mats cronqvist wrote:

that should work. what version are you using?
On Nov 18, 2013 5:22 PM, "Martin Schürrer" <notifications@github.com<javascript:_e({}, 'cvml', 'notifications@github.com');>>
wrote:

rebar.config has warnings_as_errors enabled so the deprecations stop
this
from compiling.

src/prf_crypto.erl:28: 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:35: 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:38: crypto:md5/1 is deprecated and will be removed in
in a future release; use crypto:hash/2


Reply to this email directly or view it on GitHub<
https://github.com/massemanet/eper/issues/19>
.


Reply to this email directly or view it on GitHubhttps://github.com//issues/19#issuecomment-28773684
.

Sent from mobile

@MSch
Copy link
Author

MSch commented Nov 19, 2013

Also basho#6 and basho#7

@massemanet
Copy link
Owner

fixed in 0.74/master

On Tue, Nov 19, 2013 at 9:48 AM, Martin Schürrer
notifications@github.comwrote:

master

On Tuesday, November 19, 2013, mats cronqvist wrote:

that should work. what version are you using?
On Nov 18, 2013 5:22 PM, "Martin Schürrer" <notifications@github.com<javascript:_e({},
'cvml', 'notifications@github.com');>>
wrote:

rebar.config has warnings_as_errors enabled so the deprecations stop
this
from compiling.

src/prf_crypto.erl:28: 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:35: 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:38: crypto:md5/1 is deprecated and will be removed
in
in a future release; use crypto:hash/2


Reply to this email directly or view it on GitHub<
https://github.com/massemanet/eper/issues/19>
.


Reply to this email directly or view it on GitHub<
https://github.com/massemanet/eper/issues/19#issuecomment-28773684>
.

Sent from mobile


Reply to this email directly or view it on GitHubhttps://github.com//issues/19#issuecomment-28773908
.

@MSch
Copy link
Author

MSch commented Nov 19, 2013

confirm. Thanks!!!

@MSch MSch closed this as completed Nov 19, 2013
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