summaryrefslogtreecommitdiff
path: root/openssl/crypto/lhash/lhash.h
diff options
context:
space:
mode:
Diffstat (limited to 'openssl/crypto/lhash/lhash.h')
-rw-r--r--openssl/crypto/lhash/lhash.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/openssl/crypto/lhash/lhash.h b/openssl/crypto/lhash/lhash.h
index e7d8763..75386f2 100644
--- a/openssl/crypto/lhash/lhash.h
+++ b/openssl/crypto/lhash/lhash.h
@@ -163,6 +163,7 @@ typedef struct lhash_st
unsigned long num_hash_comps;
int error;
+ int iteration_state;
} _LHASH; /* Do not use _LHASH directly, use LHASH_OF
* and friends */