- hmac supports md5

This commit is contained in:
Martin Willi 2005-11-23 06:54:44 +00:00
parent 2018a40a22
commit 1484eedb15
1 changed files with 1 additions and 0 deletions

View File

@ -199,6 +199,7 @@ hmac_t *hmac_create(hash_algorithm_t hash_algorithm)
switch (hash_algorithm)
{
case HASH_SHA1:
case HASH_MD5:
this->b = 64;
break;
default: