From beb7fa828c59c31d4a5178b82121435f2069b181 Mon Sep 17 00:00:00 2001 From: Christian Grothoff Date: Sun, 27 Sep 2020 22:12:13 +0200 Subject: fix transmission stall issue with upgraded TLS connections reported by Nguyen Xuan Viet on the mailinglist --- src/microhttpd/sha256.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/microhttpd/sha256.h') diff --git a/src/microhttpd/sha256.h b/src/microhttpd/sha256.h index f4c84e2c..4a90c233 100644 --- a/src/microhttpd/sha256.h +++ b/src/microhttpd/sha256.h @@ -55,7 +55,7 @@ struct sha256_ctx { uint32_t H[_SHA256_DIGEST_LENGTH]; /**< Intermediate hash value / digest at end of calculation */ uint64_t count; /**< number of bytes, mod 2^64 */ - uint8_t buffer[SHA256_BLOCK_SIZE]; /**< SHA256 input data buffer */ + uint8_t buffer[SHA256_BLOCK_SIZE]; /**< SHA256 input data buffer */ }; /** -- cgit v1.2.3