From: Niels Möller Date: Wed, 10 Sep 2025 06:57:07 +0000 (+0200) Subject: Fix rebase error, duplicate slh_parse_digest_func typedef. X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=72b74c811a308c70414ce2a5ea084dde3cb44e1f;p=thirdparty%2Fnettle.git Fix rebase error, duplicate slh_parse_digest_func typedef. --- diff --git a/slh-dsa-internal.h b/slh-dsa-internal.h index 8612a488..e67e8eb6 100644 --- a/slh-dsa-internal.h +++ b/slh-dsa-internal.h @@ -144,8 +144,6 @@ struct slh_merkle_ctx_secret const uint8_t *secret_seed; }; -typedef void slh_parse_digest_func (const uint8_t *digest, uint64_t *tree_idx, unsigned *leaf_idx); - struct slh_xmss_params { unsigned short d; /* Levels of xmss trees. */