mirror of
https://github.com/guanzhi/GmSSL.git
synced 2026-08-11 00:13:55 +08:00
Fix pailliertest.c bug
This commit is contained in:
@@ -96,7 +96,7 @@ static int test_paillier(int verbose)
|
|||||||
m3 = BN_new();
|
m3 = BN_new();
|
||||||
c1 = BN_new();
|
c1 = BN_new();
|
||||||
c2 = BN_new();
|
c2 = BN_new();
|
||||||
c2 = BN_new();
|
c3 = BN_new();
|
||||||
|
|
||||||
if (!mx || !m1 || !m2 || !m3 || !c1 || !c2 || !c3) {
|
if (!mx || !m1 || !m2 || !m3 || !c1 || !c2 || !c3) {
|
||||||
fprintf(stderr, "%s %d\n", __FILE__, __LINE__);
|
fprintf(stderr, "%s %d\n", __FILE__, __LINE__);
|
||||||
|
|||||||
Reference in New Issue
Block a user