X-Git-Url: http://erislabs.net/gitweb/?a=blobdiff_plain;f=lib%2Fmd4.h;h=9d2063137812f3cc235d5d3f0b7fb0ebe2f0061e;hb=86627bb14a123f183bd094e582e4cd9f2aca489a;hp=9930b1abafe0635322ee16d178feb00851635da3;hpb=37e9d1ae8a836d54df8d3ed79668e0e546e7ce4b;p=gnulib.git diff --git a/lib/md4.h b/lib/md4.h index 9930b1aba..9d2063137 100644 --- a/lib/md4.h +++ b/lib/md4.h @@ -1,6 +1,6 @@ /* Declarations of functions and data types used for MD4 sum library functions. - Copyright (C) 2000, 2001, 2003, 2005, 2008, 2009 Free Software Foundation, + Copyright (C) 2000-2001, 2003, 2005, 2008-2012 Free Software Foundation, Inc. This program is free software; you can redistribute it and/or modify it @@ -14,8 +14,7 @@ GNU General Public License for more details. You should have received a copy of the GNU General Public License - along with this program; if not, write to the Free Software Foundation, - Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA. */ + along with this program; if not, see . */ #ifndef MD4_H # define MD4_H 1 @@ -51,14 +50,14 @@ extern void md4_init_ctx (struct md4_ctx *ctx); starting at BUFFER. It is necessary that LEN is a multiple of 64!!! */ extern void md4_process_block (const void *buffer, size_t len, - struct md4_ctx *ctx); + struct md4_ctx *ctx); /* Starting with the result of former calls of this function (or the initialization function update the context for the next LEN bytes starting at BUFFER. It is NOT required that LEN is a multiple of 64. */ extern void md4_process_bytes (const void *buffer, size_t len, - struct md4_ctx *ctx); + struct md4_ctx *ctx); /* Process the remaining bytes in the buffer and put result from CTX in first 16 bytes following RESBUF. The result is always in little