Skip to content

Commit c713e95

Browse files
committed
remove unused hashstate from hmac_state
1 parent 193086d commit c713e95

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)