diff --git a/testu01/ucryptoIS.c b/testu01/ucryptoIS.c index d8331f1..e6081c4 100644 --- a/testu01/ucryptoIS.c +++ b/testu01/ucryptoIS.c @@ -143,9 +143,9 @@ typedef struct randctx randctx; If (flag==TRUE), then use the contents of randrsl[0..RANDSIZ-1] as the seed. ------------------------------------------------------------------------------ */ -static void randinit(/*_ randctx *r, word flag _*/); +static void randinit(randctx *r, word flag); -static void isaac(/*_ randctx *r _*/); +static void isaac(randctx *r); /*