Revert "Merge branch 'master' of https://github.com/guanzhi/GmSSL"

This reverts commit 7897604408, reversing
changes made to 6c122e31a6.
This commit is contained in:
Zhi Guan
2019-05-24 10:46:55 +08:00
parent 7897604408
commit 246867fd2b
15 changed files with 11 additions and 266 deletions

6
crypto/sm9/sm9_sign.c Normal file → Executable file
View File

@@ -198,8 +198,6 @@ end:
BN_free(r);
point_cleanup(&Ppubs);
fp12_cleanup(w);
BN_CTX_end(bn_ctx);
BN_CTX_free(bn_ctx);
return ret;
}
@@ -357,7 +355,9 @@ end:
point_cleanup(&P);
fp12_cleanup(w);
fp12_cleanup(u);
BN_CTX_end(bn_ctx);
if (bn_ctx) {
BN_CTX_end(bn_ctx);
}
BN_CTX_free(bn_ctx);
return ret;
}