From 0d577d3f428b05d45288f5520d2db32f44df5457 Mon Sep 17 00:00:00 2001 From: Sun Yimin Date: Fri, 8 Sep 2023 14:09:48 +0800 Subject: [PATCH] internal/sm2ec: fix error --- internal/sm2ec/p256_plugin_amd64.s | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/internal/sm2ec/p256_plugin_amd64.s b/internal/sm2ec/p256_plugin_amd64.s index 64b0d00..f1731a8 100644 --- a/internal/sm2ec/p256_plugin_amd64.s +++ b/internal/sm2ec/p256_plugin_amd64.s @@ -9,7 +9,7 @@ #include "textflag.h" -#include "p256_macro_amd64.s" +#include "p256_macros_amd64.s" /* ---------------------------------------*/ // func p256Sqr(res, in *p256Element, n int)