This is an automated email from the ASF dual-hosted git repository.
sandreoli pushed a commit to branch issue51
in repository https://gitbox.apache.org/repos/asf/incubator-milagro-crypto-c.git
The following commit(s) were added to refs/heads/issue51 by this push:
new a40adfc add missing import to paillier consistency test
a40adfc is described below
commit a40adfc69cba93c4732e19827df32c07acb95a95
Author: samuele-andreoli <[email protected]>
AuthorDate: Mon Nov 18 17:23:04 2019 +0000
add missing import to paillier consistency test
---
test/test_paillier_consistency.c | 1 +
1 file changed, 1 insertion(+)
diff --git a/test/test_paillier_consistency.c b/test/test_paillier_consistency.c
index a8077ee..01ffa43 100644
--- a/test/test_paillier_consistency.c
+++ b/test/test_paillier_consistency.c
@@ -25,6 +25,7 @@ under the License.
#include <stdlib.h>
#include <string.h>
#include <time.h>
+#include "randapi.h"
#include "ff_8192.h"
#include "ff_4096.h"
#include "ff_2048.h"