mirror of
https://github.com/jedisct1/libsodium.git
synced 2026-08-25 08:37:13 +09:00
Remove unused variables
This commit is contained in:
@@ -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);
|
||||
|
||||
@@ -19,7 +19,6 @@ main(void)
|
||||
{
|
||||
unsigned char k[32];
|
||||
char hex[65];
|
||||
int i;
|
||||
int ret;
|
||||
|
||||
ret = crypto_scalarmult(k, alicesk, bobpk);
|
||||
|
||||
Reference in New Issue
Block a user