Skip to content

Commit

Permalink
fix formatting error
Browse files Browse the repository at this point in the history
  • Loading branch information
chm-diederichs authored and mafintosh committed Mar 21, 2024
1 parent 84cc1c8 commit aefdb66
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions extensions/pbkdf2/pbkdf2.c
Original file line number Diff line number Diff line change
Expand Up @@ -45,9 +45,9 @@ sn__extension_pbkdf2_sha512(const unsigned char *passwd, size_t passwdlen,
{
crypto_auth_hmacsha512_state PShctx, hctx;
size_t i;
unsigned char ivec[4];
unsigned char U[64];
unsigned char T[64];
unsigned char ivec[4];
unsigned char U[64];
unsigned char T[64];
uint64_t j;
unsigned int k;
size_t clen;
Expand Down

0 comments on commit aefdb66

Please sign in to comment.