Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit dc5a3fe

Browse files
committed
Issue #26798: for loop initial declarations, take 3
1 parent 9c2f304 commit dc5a3fe

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

Modules/_blake2/impl/blake2s-ref.c

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -150,6 +150,7 @@ BLAKE2_LOCAL_INLINE(int) blake2s_init0( blake2s_state *S )
150150
int blake2s_init_param( blake2s_state *S, const blake2s_param *P )
151151
{
152152
const uint32_t *p = ( const uint32_t * )( P );
153+
size_t i;
153154

154155
blake2s_init0( S );
155156

0 commit comments

Comments
 (0)