Forgot to remove argc from function decl
Thanks FRIGN for noticing this.
This commit is contained in:
parent
38ca9a24c2
commit
f1f0fba630
3
crypt.h
3
crypt.h
|
@ -6,7 +6,6 @@ struct crypt_ops {
|
||||||
void *s;
|
void *s;
|
||||||
};
|
};
|
||||||
|
|
||||||
int cryptmain(int argc, char **,
|
int cryptmain(int, char **, struct crypt_ops *, uint8_t *, size_t);
|
||||||
struct crypt_ops *, uint8_t *, size_t);
|
|
||||||
int cryptsum(struct crypt_ops *, FILE *, const char *, uint8_t *);
|
int cryptsum(struct crypt_ops *, FILE *, const char *, uint8_t *);
|
||||||
void mdprint(const uint8_t *, const char *, size_t);
|
void mdprint(const uint8_t *, const char *, size_t);
|
||||||
|
|
Loading…
Reference in New Issue
Block a user