[dovecot-cvs] dovecot/src/lib sha1.h,1.2,1.3

cras at dovecot.org cras at dovecot.org
Fri Jul 30 05:59:01 EEST 2004


Update of /home/cvs/dovecot/src/lib
In directory talvi:/tmp/cvs-serv25897

Modified Files:
	sha1.h 
Log Message:
one more u_int..



Index: sha1.h
===================================================================
RCS file: /home/cvs/dovecot/src/lib/sha1.h,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -d -r1.2 -r1.3
--- sha1.h	30 Jul 2004 02:58:22 -0000	1.2
+++ sha1.h	30 Jul 2004 02:58:59 -0000	1.3
@@ -51,7 +51,7 @@
 		uint8_t	b8[64];
 		uint32_t b32[16];
 	} m;
-	u_int8_t	count;
+	uint8_t	count;
 };
 
 extern void sha1_init(struct sha1_ctxt *);



More information about the dovecot-cvs mailing list