summaryrefslogtreecommitdiffstats
path: root/lib/libmd/sha0c.c
diff options
context:
space:
mode:
Diffstat (limited to 'lib/libmd/sha0c.c')
-rw-r--r--lib/libmd/sha0c.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/lib/libmd/sha0c.c b/lib/libmd/sha0c.c
index 727bee3..29e1c78 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 <sys/types.h>
@@ -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;
OpenPOWER on IntegriCloud