[dovecot-cvs] dovecot/src/lib sha1.h,1.5,1.6

tss at dovecot.org tss at dovecot.org
Wed Nov 8 19:12:45 UTC 2006


Update of /var/lib/cvs/dovecot/src/lib
In directory talvi:/tmp/cvs-serv5279/src/lib

Modified Files:
	sha1.h 
Log Message:
Make it possible to take address of sha1_result() function.



Index: sha1.h
===================================================================
RCS file: /var/lib/cvs/dovecot/src/lib/sha1.h,v
retrieving revision 1.5
retrieving revision 1.6
diff -u -d -r1.5 -r1.6
--- sha1.h	13 Oct 2006 22:36:20 -0000	1.5
+++ sha1.h	8 Nov 2006 19:12:42 -0000	1.6
@@ -42,7 +42,7 @@
    they won't conflict with the actual programs that are trying to use it.
    This particular instance has been fixed in 4.1.18 and 5.0.19, but there
    are others. */
-#define sha1_result(a, b) sha1_result_libmysqlclient_craps_all_over(a, b)
+#define sha1_result sha1_result_libmysqlclient_craps_all_over
 
 struct sha1_ctxt {
 	union {



More information about the dovecot-cvs mailing list