[sheepdog] [PATCH] lib: remove unused macros in sha1.c
Liu Yuan
namei.unix at gmail.com
Mon Jul 22 11:36:57 CEST 2013
Signed-off-by: Liu Yuan <namei.unix at gmail.com>
---
lib/sha1.c | 3 ---
1 file changed, 3 deletions(-)
diff --git a/lib/sha1.c b/lib/sha1.c
index c1ada09..68ed27f 100644
--- a/lib/sha1.c
+++ b/lib/sha1.c
@@ -20,9 +20,6 @@
#include <arpa/inet.h>
#include "sha1.h"
-#define SHA1_DIGEST_SIZE 20
-#define SHA1_HMAC_BLOCK_SIZE 64
-
static inline uint32_t rol(uint32_t value, uint32_t bits)
{
return (value << bits) | (value >> (32 - bits));
--
1.7.9.5
More information about the sheepdog
mailing list