1
mirror of https://github.com/jedisct1/libsodium.git synced 2024-12-19 18:15:18 -07:00

Remove unused var

This commit is contained in:
Frank Denis 2017-09-15 00:57:44 +02:00
parent dcd60ba661
commit 15ee95c64c

View File

@ -22,7 +22,6 @@ main(void)
const char *hex_end;
size_t b64_len;
size_t bin_len, bin_len2;
size_t hex_len;
size_t bin_padded_len;
size_t bin_padded_maxlen;
size_t blocksize;