Browse Source

Merge pull request #523 from libtom/cleanup-hmac-state

remove unused `hashstate` from `hmac_state`
Steffen Jaeckel 5 years ago
parent
commit
1937f41260
1 changed files with 0 additions and 1 deletions
  1. 0 1
      src/headers/tomcrypt_mac.h

+ 0 - 1
src/headers/tomcrypt_mac.h

@@ -11,7 +11,6 @@
 typedef struct Hmac_state {
 typedef struct Hmac_state {
      hash_state     md;
      hash_state     md;
      int            hash;
      int            hash;
-     hash_state     hashstate;
      unsigned char  key[MAXBLOCKSIZE];
      unsigned char  key[MAXBLOCKSIZE];
 } hmac_state;
 } hmac_state;