diff --git a/lib/libmd/rmd160c.c b/lib/libmd/rmd160c.c index 5f4d9cc141d..3cd6657fe42 100644 --- a/lib/libmd/rmd160c.c +++ b/lib/libmd/rmd160c.c @@ -55,12 +55,13 @@ * copied and put under another distribution licence * [including the GNU Public Licence.] * - * $Id$ + * $Id: rmd160c.c,v 1.1 1999/02/26 18:41:45 wollman Exp $ */ #include #include +#inlcude #if 0 #include /* we use the __ variants of bit-sized types */ diff --git a/lib/libmd/sha0c.c b/lib/libmd/sha0c.c index 727bee329cf..29e1c78d477 100644 --- a/lib/libmd/sha0c.c +++ b/lib/libmd/sha0c.c @@ -55,7 +55,7 @@ * copied and put under another distribution licence * [including the GNU Public Licence.] * - * $Id$ + * $Id: sha0c.c,v 1.1 1999/02/26 04:24:56 wollman Exp $ */ #include @@ -117,7 +117,7 @@ SHA_CTX *c; void SHA_Update(c, data, len) SHA_CTX *c; const unsigned char *data; -u_int32_t len; +size_t len; { register u_int32_t *p; int ew,ec,sw,sc;