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

[email protected]
Newsgroups gmane.comp.version-control.subversion.svn
Message-ID <176748240523.2367753.8011571621805160631@svn02-us-east.apache.org>
Author: rinrab
Date: Sat Jan  3 23:20:04 2026
New Revision: 1931080

Log:
bcrypt: Drop unused structure member.

* subversion/libsvn_subr/checksum_bcrypt.c
  (bcrypt_ctx_t::algorithm): Remove.
  (bcrypt_ctx_init): Don't initialize that variable.

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

Modified: subversion/trunk/subversion/libsvn_subr/checksum_bcrypt.c
==============================================================================
--- subversion/trunk/subversion/libsvn_subr/checksum_bcrypt.c	Sat Jan  3 23:16:03 2026	(r1931079)
+++ subversion/trunk/subversion/libsvn_subr/checksum_bcrypt.c	Sat Jan  3 23:20:04 2026	(r1931080)
@@ -89,7 +89,6 @@ algorithm_init(void *baton, apr_pool_t *
 typedef struct bcrypt_ctx_t
 {
   BCRYPT_HASH_HANDLE handle;
-  const algorithm_state_t *algorithm;
 } bcrypt_ctx_t;
 
 /* A cleanup handler. */
@@ -121,7 +120,6 @@ bcrypt_ctx_init(bcrypt_ctx_t *ctx,
                                         /* dwFlags */ 0)));
 
   ctx->handle = handle;
-  ctx->algorithm = algorithm;
   return SVN_NO_ERROR;
 }
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.