summaryrefslogtreecommitdiff
path: root/include
diff options
context:
space:
mode:
Diffstat (limited to 'include')
-rw-r--r--include/crypto/sm3.h2
1 files changed, 0 insertions, 2 deletions
diff --git a/include/crypto/sm3.h b/include/crypto/sm3.h
index 702c5326b4be..34d7eb32b7db 100644
--- a/include/crypto/sm3.h
+++ b/include/crypto/sm3.h
@@ -31,8 +31,6 @@ struct sm3_state {
u8 buffer[SM3_BLOCK_SIZE];
};
-void sm3_block_generic(struct sm3_state *sctx, u8 const *data, int blocks);
-
/* State for the SM3 compression function */
struct sm3_block_state {
u32 h[SM3_DIGEST_SIZE / 4];