[PATCH] siphash: Remove stale prototypes
In fc8f0f8c ("siphash: Use incremental rather than all-at-once siphash
functions") we removed the older interface to the SipHash implementation,
which took fixed sized blocks of data. However, we forgot to remove the
prototypes for those functions, so do that now.
Fixes: fc8f0f8c ("siphash: Use incremental rather than all-at-once"...)
Signed-off-by: David Gibson
On Wed, 19 Jun 2024 12:59:06 +1000
David Gibson
In fc8f0f8c ("siphash: Use incremental rather than all-at-once siphash functions") we removed the older interface to the SipHash implementation, which took fixed sized blocks of data. However, we forgot to remove the prototypes for those functions, so do that now.
Fixes: fc8f0f8c ("siphash: Use incremental rather than all-at-once"...)
Signed-off-by: David Gibson
Applied. -- Stefano
participants (2)
-
David Gibson
-
Stefano Brivio