Skip to content

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

@eschaton

Description

@eschaton

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.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions