Skip to content

Update symm for ~[T] changes #19

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

Merged
merged 2 commits into from
Jun 13, 2014
Merged

Update symm for ~[T] changes #19

merged 2 commits into from
Jun 13, 2014

Conversation

zzmp
Copy link
Contributor

@zzmp zzmp commented Jun 12, 2014

This replaces the obsolete ~[u8] with Vec<u8>.
It also changes the signature of Crypter::init to take Vec<u8> instead of &[u8], in order to compile with the new syntax.

This code compiles with the most recent rustc.

Fixes #18.

@zzmp
Copy link
Contributor Author

zzmp commented Jun 12, 2014

This does not yet pass the checks from make check.

@zzmp
Copy link
Contributor Author

zzmp commented Jun 12, 2014

This now passes make check.

@sfackler
Copy link
Owner

Thanks!

sfackler added a commit that referenced this pull request Jun 13, 2014
Update symm for ~[T] changes
@sfackler sfackler merged commit d766671 into sfackler:master Jun 13, 2014
DiamondLovesYou pushed a commit to DiamondLovesYou/rust-openssl that referenced this pull request Sep 1, 2014
Use the Decorator trait rather than workarounds
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.

~[T] has been removed from rust-master, causing a build failure
2 participants