You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@milagro.apache.org by sa...@apache.org on 2020/02/07 12:57:28 UTC

[incubator-milagro-MPC] 08/11: Fix warning in build

This is an automated email from the ASF dual-hosted git repository.

sandreoli pushed a commit to branch add-mta-zk-proofs
in repository https://gitbox.apache.org/repos/asf/incubator-milagro-MPC.git

commit 536971bbbb58dcc4fe47ecfd4fbecc05415bcc58
Author: Samuele Andreoli <sa...@yahoo.it>
AuthorDate: Wed Feb 5 17:13:51 2020 +0000

    Fix warning in build
---
 test/unit/test_mta_rp_octets.c | 2 --
 1 file changed, 2 deletions(-)

diff --git a/test/unit/test_mta_rp_octets.c b/test/unit/test_mta_rp_octets.c
index f14c3a8..55960cf 100644
--- a/test/unit/test_mta_rp_octets.c
+++ b/test/unit/test_mta_rp_octets.c
@@ -62,8 +62,6 @@ int main(int argc, char **argv)
     char oct3[2 * FS_2048];
     octet OCT3 = {0, sizeof(oct3), oct3};
 
-    PAILLIER_public_key pub;
-
     // Make sure proof is properly zeroed before starting test
     FF_4096_zero(proof.s,  FFLEN_4096);
     FF_2048_zero(proof.s1, FFLEN_2048);