mirror of
https://git.proxmox.com/git/mirror_zfs.git
synced 2026-05-27 04:32:16 +03:00
module: icp: fix unused, remove argsused
Reviewed-by: Brian Behlendorf <behlendorf1@llnl.gov> Signed-off-by: Ahelenia Ziemiańska <nabijaczleweli@nabijaczleweli.xyz> Closes #12844
This commit is contained in:
@@ -59,10 +59,10 @@
|
||||
#include <sys/sha1.h>
|
||||
|
||||
|
||||
/* ARGSUSED */
|
||||
void
|
||||
sha1_block_data_order(SHA1_CTX *ctx, const void *inpp, size_t blocks)
|
||||
{
|
||||
(void) ctx, (void) inpp, (void) blocks;
|
||||
}
|
||||
|
||||
#else
|
||||
|
||||
Reference in New Issue
Block a user