From 346d649c339265977383204aed73b130aa92b62a Mon Sep 17 00:00:00 2001 From: Wardcore Date: Fri, 13 May 2022 20:45:14 +0800 Subject: [PATCH] =?UTF-8?q?=E5=B0=86sm3.c=E4=B8=AD=E7=9A=84=E5=85=A8?= =?UTF-8?q?=E5=B1=80=E5=8F=98=E9=87=8FK=E4=BD=BF=E7=94=A8static=E9=9A=90?= =?UTF-8?q?=E8=97=8F?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/sm3.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/sm3.c b/src/sm3.c index 534aa785..720ff5fe 100644 --- a/src/sm3.c +++ b/src/sm3.c @@ -160,7 +160,7 @@ #define K62 0x9ea1e762U #define K63 0x3d43cec5U -uint32_t K[64] = { +static uint32_t K[64] = { K0, K1, K2, K3, K4, K5, K6, K7, K8, K9, K10, K11, K12, K13, K14, K15, K16, K17, K18, K19, K20, K21, K22, K23,