X-Git-Url: http://erislabs.net/gitweb/?a=blobdiff_plain;f=lib%2Fhmac-sha1.c;h=5d89d8152c44b8fb87d17f2bd7ab7ab0ac6fe8ec;hb=55898ee1c7c12e63772c65e772577f10bb7adb31;hp=c84545b9d27e32e0e4ff3c712b37c5e73136fd9d;hpb=a42e0dae2fe2bc4d1166d572e8b5b447de9b9873;p=gnulib.git diff --git a/lib/hmac-sha1.c b/lib/hmac-sha1.c index c84545b9d..5d89d8152 100644 --- a/lib/hmac-sha1.c +++ b/lib/hmac-sha1.c @@ -1,5 +1,5 @@ /* hmac-sha1.c -- hashed message authentication codes - Copyright (C) 2005, 2006 Free Software Foundation, Inc. + Copyright (C) 2005, 2006, 2009, 2010 Free Software Foundation, Inc. This program is free software; you can redistribute it and/or modify it under the terms of the GNU General Public License as published by @@ -31,7 +31,7 @@ int hmac_sha1 (const void *key, size_t keylen, - const void *in, size_t inlen, void *resbuf) + const void *in, size_t inlen, void *resbuf) { struct sha1_ctx inner; struct sha1_ctx outer;