Thanks to visit codestin.com Credit goes to github.com
We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 9c2f304 commit dc5a3feCopy full SHA for dc5a3fe
1 file changed
Modules/_blake2/impl/blake2s-ref.c
@@ -150,6 +150,7 @@ BLAKE2_LOCAL_INLINE(int) blake2s_init0( blake2s_state *S )
150
int blake2s_init_param( blake2s_state *S, const blake2s_param *P )
151
{
152
const uint32_t *p = ( const uint32_t * )( P );
153
+ size_t i;
154
155
blake2s_init0( S );
156
0 commit comments