Forráskód Böngészése

remove unused `hashstate` from `hmac_state`

Steffen Jaeckel 5 éve
szülő
commit
c713e9536f
1 módosított fájl, 0 hozzáadás és 1 törlés
  1. 0 1
      src/headers/tomcrypt_mac.h

+ 0 - 1
src/headers/tomcrypt_mac.h

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