Skip to content

Commit

Permalink
Fix typo on variable name
Browse files Browse the repository at this point in the history
  • Loading branch information
fpoirotte committed Feb 25, 2018
1 parent eeb859d commit 828a55b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tomcrypt_hash.c
Original file line number Diff line number Diff line change
Expand Up @@ -228,7 +228,7 @@ PHP_FUNCTION(tomcrypt_list_hashes)
static void php_tomcrypt_do_hash(INTERNAL_FUNCTION_PARAMETERS, int isfilename) /* {{{ */
{
char *algo, *data, hash[MAXBLOCKSIZE + 1];
unsigned long hash_size;
unsigned long hashsize;
pltc_size algo_len, data_len;
int index, err;
hash_state md;
Expand Down

0 comments on commit 828a55b

Please sign in to comment.