aboutsummaryrefslogtreecommitdiff
path: root/src/microhttpd/sha1.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/microhttpd/sha1.h')
-rw-r--r--src/microhttpd/sha1.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/microhttpd/sha1.h b/src/microhttpd/sha1.h
index 59f00217..3464f268 100644
--- a/src/microhttpd/sha1.h
+++ b/src/microhttpd/sha1.h
@@ -36,7 +36,7 @@
36#define _SHA1_DIGEST_LENGTH 5 36#define _SHA1_DIGEST_LENGTH 5
37 37
38/** 38/**
39 * Number of bytes in single SHA-1 word 39 * Number of bits in single SHA-1 word
40 */ 40 */
41#define SHA1_WORD_SIZE_BITS 32 41#define SHA1_WORD_SIZE_BITS 32
42 42