X-Git-Url: http://git.tuebingen.mpg.de/?p=osl.git;a=blobdiff_plain;f=hash.h;h=0feee8430addb7d73635ed28767788c9c36c2446;hp=27b060139ed05966a6fa13abad32f3947725d973;hb=280f5eaf389483d35af6ad9211d003ffa73cb2ac;hpb=c9d2589c6764a308142afd17e92cef630c7fe940 diff --git a/hash.h b/hash.h index 27b0601..0feee84 100644 --- a/hash.h +++ b/hash.h @@ -1,5 +1,5 @@ /* - * Copyright (C) 2007-2009 Andre Noll + * Copyright (C) 2007-2009 Andre Noll * * Licensed under the GPL v2. For licencing details see COPYING. */ @@ -12,7 +12,7 @@ #define HASH_TYPE unsigned char #include "sha1.h" -/** We use openssl's sha1 implementation. */ +/** Our own sha1 implementation, see sha1.c. */ #define hash_function sha1_hash /**