From ab8b3fdcc4f09d92b7722522ac2070457d7fc5d7 Mon Sep 17 00:00:00 2001 From: Andre Noll Date: Thu, 27 Sep 2007 09:29:51 +0200 Subject: [PATCH] sha1.h: Typo. --- sha1.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/sha1.h b/sha1.h index 4dce20de..4d21733e 100644 --- a/sha1.h +++ b/sha1.h @@ -1,5 +1,5 @@ /** \file sha1.h Secure Hash Algorithm prototype */ -/** Size of the hahs value in bytes. */ +/** Size of the hash value in bytes. */ #define HASH_SIZE 20 void sha1_hash(const char *data, unsigned long len, unsigned char *sha1); -- 2.39.5