From 6c07098c5ec68e78320a6f07e4c9e141a95729ed Mon Sep 17 00:00:00 2001 From: Havoc Pennington Date: Sat, 22 Feb 2003 17:29:48 +0000 Subject: 2003-02-22 Havoc Pennington * dbus/dbus-message.c (dbus_message_iter_get_string_array): (dbus_message_iter_get_byte_array): Fix up doxygen warnings * dbus/dbus-sha.c: add implementation of SHA-1 algorithm * dbus/test/data/sha-1: add US government test suite for SHA-1 --- dbus/dbus-md5.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'dbus/dbus-md5.c') diff --git a/dbus/dbus-md5.c b/dbus/dbus-md5.c index dce18f89..1d1c451f 100644 --- a/dbus/dbus-md5.c +++ b/dbus/dbus-md5.c @@ -41,7 +41,7 @@ /** * @defgroup DBusMD5 MD5 implementation * @ingroup DBusInternals - * @brief DBusMD5 interface + * @brief MD5 hash * * Types and functions related to computing MD5 sums. */ -- cgit