From 5522d60cc65cfc26068a7cfbc6c696efe526064f Mon Sep 17 00:00:00 2001 From: "[GGSuchao]" <[1500062807@pku.edu.cn]> Date: Thu, 6 Jul 2017 17:43:48 +0800 Subject: [PATCH] add sm2 --- crypto/sm2/miracl/mrmuldv.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/crypto/sm2/miracl/mrmuldv.c b/crypto/sm2/miracl/mrmuldv.c index 2b894f56..0810017d 100644 --- a/crypto/sm2/miracl/mrmuldv.c +++ b/crypto/sm2/miracl/mrmuldv.c @@ -1,7 +1,7 @@ /* Standard C version of mrmuldv.c */ #include -#include "miracl.h" +#include mr_small muldiv(mr_small a,mr_small b,mr_small c,mr_small m,mr_small *rp) {