Skip to content

Commit 1937f41

Browse files
authored
Merge pull request #523 from libtom/cleanup-hmac-state
remove unused `hashstate` from `hmac_state`
2 parents 193086d + c713e95 commit 1937f41

1 file changed

Lines changed: 0 additions & 1 deletion

File tree

src/headers/tomcrypt_mac.h

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,6 @@
1111
typedef struct Hmac_state {
1212
hash_state md;
1313
int hash;
14-
hash_state hashstate;
1514
unsigned char key[MAXBLOCKSIZE];
1615
} hmac_state;
1716

0 commit comments

Comments
 (0)