From 4d0875a2eb1dc17e1c99ccf9f40abb387ff7f61c Mon Sep 17 00:00:00 2001 From: Gorachya <38173958+Gorachya@users.noreply.github.com> Date: Sun, 8 May 2022 20:29:00 +0800 Subject: [PATCH] Update sm9_alg.c --- src/sm9_alg.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/sm9_alg.c b/src/sm9_alg.c index e7aa840b..846b52f2 100644 --- a/src/sm9_alg.c +++ b/src/sm9_alg.c @@ -53,7 +53,7 @@ #include #include #include -#include "endian.h" +#include const sm9_bn_t SM9_ZERO = {0,0,0,0,0,0,0,0};