mirror of
https://git.proxmox.com/git/mirror_zfs.git
synced 2026-05-25 19:57:43 +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:
@@ -71,10 +71,10 @@
|
||||
#include <sys/stdint.h>
|
||||
#include <sha2/sha2.h>
|
||||
|
||||
/* ARGSUSED */
|
||||
void
|
||||
SHA256TransformBlocks(SHA2_CTX *ctx, const void *in, size_t num)
|
||||
{
|
||||
(void) ctx, (void) in, (void) num;
|
||||
}
|
||||
|
||||
|
||||
|
||||
@@ -72,10 +72,10 @@
|
||||
#include <sys/stdint.h>
|
||||
#include <sha2/sha2.h>
|
||||
|
||||
/* ARGSUSED */
|
||||
void
|
||||
SHA512TransformBlocks(SHA2_CTX *ctx, const void *in, size_t num)
|
||||
{
|
||||
(void) ctx, (void) in, (void) num;
|
||||
}
|
||||
|
||||
|
||||
|
||||
Reference in New Issue
Block a user