Index: openssl/include/openssl/lhash.h |
diff --git a/openssl/include/openssl/lhash.h b/openssl/include/openssl/lhash.h |
index e7d87635911af99f0472c3a7fd60e1310230b296..75386f2db86c9e672237ebc722c6ffd909f300d2 100644 |
--- a/openssl/include/openssl/lhash.h |
+++ b/openssl/include/openssl/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 */ |