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

sandreoli pushed a commit to branch update-model-no-replay
in repository https://gitbox.apache.org/repos/asf/incubator-milagro-MPC.git

commit 4ed05a5e495cc29cdb795efec10823f907cd0fec
Author: Samuele Andreoli <[email protected]>
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);

Reply via email to