Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions testu01/ucryptoIS.c
Original file line number Diff line number Diff line change
Expand Up @@ -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);


/*
Expand Down