fix some signed/unsigned warnings and style fixes

This commit is contained in:
Hiltjo Posthuma
2015-03-27 17:03:44 +01:00
parent 57dc7b94b0
commit a9bedca038
5 changed files with 7 additions and 6 deletions

View File

@@ -39,7 +39,8 @@ mdcheckline(const char *s, uint8_t *md, size_t sz)
static void
mdchecklist(FILE *listfp, struct crypt_ops *ops, uint8_t *md, size_t sz,
int *formatsucks, int *noread, int *nonmatch) {
int *formatsucks, int *noread, int *nonmatch)
{
FILE *fp;
size_t bufsiz = 0;
int r;