New module 'unicase/u32-is-titlecase'.
[pspp] / lib / sha256.c
index a1362caec8c20d53ab08f81765f27e3074ab68e0..0ad9444351fbff98706303bdb41a48e99a441732 100644 (file)
@@ -126,7 +126,7 @@ static void
 sha256_conclude_ctx (struct sha256_ctx *ctx)
 {
   /* Take yet unprocessed bytes into account.  */
-  uint32_t bytes = ctx->buflen;
+  size_t bytes = ctx->buflen;
   size_t size = (bytes < 56) ? 64 / 4 : 64 * 2 / 4;
 
   /* Now count remaining bytes.  */