X-Git-Url: http://git.tuebingen.mpg.de/?a=blobdiff_plain;f=hash.h;h=0feee8430addb7d73635ed28767788c9c36c2446;hb=abb6ef754912935a60705b6b1e9687bf79c509b7;hp=4603fdfeaa8e65654cffd1c85465775b1bdd683d;hpb=188bc1b06879b7fcd56c599e20db0ac87a0da4e3;p=osl.git diff --git a/hash.h b/hash.h index 4603fdf..0feee84 100644 --- a/hash.h +++ b/hash.h @@ -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 /**