Be a bit more consistent and use uint8_t instead of unsigned char
This commit is contained in:
parent
abd5a0e573
commit
38ca9a24c2
|
@ -31,7 +31,7 @@ int
|
||||||
cryptsum(struct crypt_ops *ops, FILE *fp, const char *f,
|
cryptsum(struct crypt_ops *ops, FILE *fp, const char *f,
|
||||||
uint8_t *md)
|
uint8_t *md)
|
||||||
{
|
{
|
||||||
unsigned char buf[BUFSIZ];
|
uint8_t buf[BUFSIZ];
|
||||||
size_t n;
|
size_t n;
|
||||||
|
|
||||||
ops->init(ops->s);
|
ops->init(ops->s);
|
||||||
|
|
Loading…
Reference in New Issue
Block a user