svn commit: r1931395 - subversion/trunk/subversion/libsvn_subr

[email protected]
Newsgroups gmane.comp.version-control.subversion.svn
Message-ID <176867858754.3153869.8202865386744149001@svn02-us-east.apache.org>
Author: rinrab
Date: Sat Jan 17 19:36:27 2026
New Revision: 1931395

Log:
Follow-up to r1931389: Fix argument type.

* subversion/libsvn_subr/checksum_apr.c
  (sha1_update): Accept 'char *' instead of 'void *'.

Modified:
   subversion/trunk/subversion/libsvn_subr/checksum_apr.c

Modified: subversion/trunk/subversion/libsvn_subr/checksum_apr.c
==============================================================================
--- subversion/trunk/subversion/libsvn_subr/checksum_apr.c	Sat Jan 17 19:30:44 2026	(r1931394)
+++ subversion/trunk/subversion/libsvn_subr/checksum_apr.c	Sat Jan 17 19:36:27 2026	(r1931395)
@@ -87,7 +87,7 @@ svn_checksum__md5_ctx_final(unsigned cha
 /*** SHA1 checksum ***/
 static void
 sha1_update(apr_sha1_ctx_t *ctx,
-            const void *data,
+            const char *data,
             apr_size_t len)
 {
   while (len > 0)
lmpx.com only provides a reader for public news (NNTP) servers. It is not affiliated with the servers or forums shown here and is not responsible for the content of articles, which is written by their respective authors.