[hackers] [sbase] Be a bit more consistent and use uint8_t instead of unsigned char || sin
commit 38ca9a24c2a6e69c8e933e4998fa064fac5946b6
Author: sin <sin_AT_2f30.org>
Date: Fri Nov 22 14:14:08 2013 +0000
Be a bit more consistent and use uint8_t instead of unsigned char
diff --git a/util/crypt.c b/util/crypt.c
index a930081..ca0e258 100644
--- a/util/crypt.c
+++ b/util/crypt.c
_AT_@ -31,7 +31,7 @@ int
cryptsum(struct crypt_ops *ops, FILE *fp, const char *f,
uint8_t *md)
{
- unsigned char buf[BUFSIZ];
+ uint8_t buf[BUFSIZ];
size_t n;
ops->init(ops->s);
Received on Sat Nov 30 2013 - 21:59:14 CET
This archive was generated by hypermail 2.3.0
: Sat Nov 30 2013 - 22:00:18 CET