gnunet-svn
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[GNUnet-SVN] [libmicrohttpd] 03/10: Removed unused macro


From: gnunet
Subject: [GNUnet-SVN] [libmicrohttpd] 03/10: Removed unused macro
Date: Tue, 21 May 2019 21:29:07 +0200

This is an automated email from the git hooks/post-receive script.

karlson2k pushed a commit to branch master
in repository libmicrohttpd.

commit 8254bfcd5d85e8db245d0581d2739af0fd194242
Author: Evgeny Grin (Karlson2k) <address@hidden>
AuthorDate: Tue May 21 20:48:37 2019 +0300

    Removed unused macro
---
 src/microhttpd/sha256.c | 5 -----
 1 file changed, 5 deletions(-)

diff --git a/src/microhttpd/sha256.c b/src/microhttpd/sha256.c
index 6463532e..244b674a 100644
--- a/src/microhttpd/sha256.c
+++ b/src/microhttpd/sha256.c
@@ -68,11 +68,6 @@ sha256_init (void *ctx_)
  */
 #define SHA256_BYTES_IN_WORD 4
 
-/**
- * Length of data block in words
- */
-#define SHA256_BLOCK_LENGTH (SHA256_BLOCK_SIZE / SHA256_BYTES_IN_WORD)
-
 /**
  * Base of SHA-256 transformation.
  * Gets full 64 bytes block of data and updates hash values;

-- 
To stop receiving notification emails like this one, please contact
address@hidden



reply via email to

[Prev in Thread] Current Thread [Next in Thread]