changeset 4778:055deed128b7 HEAD

Make it possible to take address of sha1_result() function.
author Timo Sirainen <tss@iki.fi>
date Wed, 08 Nov 2006 21:12:42 +0200
parents 1dc7ffa3c669
children fc291a997b03
files src/lib/sha1.h
diffstat 1 files changed, 1 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
--- a/src/lib/sha1.h	Wed Nov 08 19:04:00 2006 +0200
+++ b/src/lib/sha1.h	Wed Nov 08 21:12:42 2006 +0200
@@ -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 {