libmicrohttpd

HTTP/1.x server C library (MHD 1.x, stable)
Log | Files | Refs | Submodules | README | LICENSE

commit 8254bfcd5d85e8db245d0581d2739af0fd194242
parent c011158fe674cff7f989a3eb5bf105b0cd319719
Author: Evgeny Grin (Karlson2k) <k2k@narod.ru>
Date:   Tue, 21 May 2019 20:48:37 +0300

Removed unused macro

Diffstat:
Msrc/microhttpd/sha256.c | 5-----
1 file changed, 0 insertions(+), 5 deletions(-)

diff --git a/src/microhttpd/sha256.c b/src/microhttpd/sha256.c @@ -69,11 +69,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; * @param H hash values