poldek: poldek/pkgdir/pdir/digest.c - killed unsigned warn

mis mis at pld-linux.org
Sun May 25 11:13:10 CEST 2008


Author: mis                          Date: Sun May 25 09:13:10 2008 GMT
Module: poldek                        Tag: HEAD
---- Log message:
- killed unsigned warn

---- Files affected:
poldek/poldek/pkgdir/pdir:
   digest.c (1.8 -> 1.9) 

---- Diffs:

================================================================
Index: poldek/poldek/pkgdir/pdir/digest.c
diff -u poldek/poldek/pkgdir/pdir/digest.c:1.8 poldek/poldek/pkgdir/pdir/digest.c:1.9
--- poldek/poldek/pkgdir/pdir/digest.c:1.8	Sat Feb  2 22:49:04 2008
+++ poldek/poldek/pkgdir/pdir/digest.c	Sun May 25 11:13:05 2008
@@ -194,13 +194,13 @@
 
 
 static
-int hdr_digest(tn_stream *st, unsigned char *md, int *md_size, EVP_MD_CTX *_ctx)
+int hdr_digest(tn_stream *st, unsigned char *md, unsigned *md_size, EVP_MD_CTX *_ctx)
 {
     int             nread, len, endvhdr_found = 0;
     unsigned char   buf[256];
     char            line[4096];
     EVP_MD_CTX      ctx;
-    int             n;
+    unsigned        n;
 
     
     n_assert(md_size && *md_size);
================================================================

---- CVS-web:
    http://cvs.pld-linux.org/cgi-bin/cvsweb.cgi/poldek/poldek/pkgdir/pdir/digest.c?r1=1.8&r2=1.9&f=u



More information about the pld-cvs-commit mailing list