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

md5_update and fp_write_bytes should use size_t for len/size parameters #4

Open
eschaton opened this issue Jun 24, 2016 · 0 comments
Open

Comments

@eschaton
Copy link

In md5_update the len parameter is unsigned and in fp_write_bytes the size parameter is int. They should both be size_t to avoid 32/64-bit warnings on some platforms.

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

1 participant