We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 193086d + c713e95 commit 1937f41Copy full SHA for 1937f41
1 file changed
src/headers/tomcrypt_mac.h
@@ -11,7 +11,6 @@
11
typedef struct Hmac_state {
12
hash_state md;
13
int hash;
14
- hash_state hashstate;
15
unsigned char key[MAXBLOCKSIZE];
16
} hmac_state;
17
0 commit comments