Fixing Nvidia OpenCL
This commit is contained in:
parent
44af17201c
commit
dc9b4c4033
1 changed files with 1 additions and 1 deletions
|
@ -206,7 +206,7 @@ static inline int blake2b_init( blake2b_state *S, const uchar outlen )
|
|||
return blake2b_init_param( S, P );
|
||||
}
|
||||
|
||||
static int blake2b_compress( blake2b_state *S, const uchar block[BLAKE2B_BLOCKBYTES] )
|
||||
static int blake2b_compress( blake2b_state *S, __private const uchar block[BLAKE2B_BLOCKBYTES] )
|
||||
{
|
||||
ulong m[16];
|
||||
ulong v[16];
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue