X-Git-Url: http://git.tuebingen.mpg.de/?p=osl.git;a=blobdiff_plain;f=hash.h;h=0feee8430addb7d73635ed28767788c9c36c2446;hp=03b45e04db71965dd70dfce56eafce6ad83f163e;hb=280f5eaf389483d35af6ad9211d003ffa73cb2ac;hpb=5952112a37ecdaedf3b76e08f97d307f1056c512 diff --git a/hash.h b/hash.h index 03b45e0..0feee84 100644 --- a/hash.h +++ b/hash.h @@ -1,5 +1,5 @@ /* - * Copyright (C) 2007-2008 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 /**