Skip to content

Commit

Permalink
Remove unused variables
Browse files Browse the repository at this point in the history
  • Loading branch information
jedisct1 committed Sep 18, 2024
1 parent b7b1c08 commit 53a746c
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 2 deletions.
1 change: 0 additions & 1 deletion test/default/scalarmult2.c
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,6 @@ main(void)
{
unsigned char bobpk[32];
char hex[65];
int i;

crypto_scalarmult_base(bobpk, bobsk);
sodium_bin2hex(hex, sizeof hex, bobpk, sizeof bobpk);
Expand Down
1 change: 0 additions & 1 deletion test/default/scalarmult5.c
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,6 @@ main(void)
{
unsigned char k[32];
char hex[65];
int i;
int ret;

ret = crypto_scalarmult(k, alicesk, bobpk);
Expand Down

0 comments on commit 53a746c

Please sign in to comment.