mirror of
https://git.FreeBSD.org/ports.git
synced 2025-01-24 09:25:01 +00:00
a4b7f57f65
http://point-at-infinity.org/ssss/ Noticed by: YAPHR
12 lines
353 B
C
12 lines
353 B
C
--- ssss.c.orig Sun Sep 9 10:24:42 2007
|
|
+++ ssss.c Sun Sep 9 10:24:48 2007
|
|
@@ -348,7 +348,7 @@
|
|
#define MPZ_SWAP(A, B) \
|
|
do { mpz_set(h, A); mpz_set(A, B); mpz_set(B, h); } while(0)
|
|
|
|
-int restore_secret(int n, mpz_t (*A)[n], mpz_t b[])
|
|
+int restore_secret(int n, void *A, mpz_t b[])
|
|
{
|
|
mpz_t (*AA)[n] = (mpz_t (*)[n])A;
|
|
int i, j, k, found;
|