Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(1730)

Unified Diff: openssl/crypto/lhash/lhash.h

Issue 59793002: sh implementation to avoid unwanted resizes during iteration. (Closed) Base URL: http://src.chromium.org/chrome/trunk/deps/third_party/openssl/
Patch Set: Created 7 years, 1 month ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « openssl/crypto/conf/conf_api.c ('k') | openssl/crypto/lhash/lhash.c » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: openssl/crypto/lhash/lhash.h
===================================================================
--- openssl/crypto/lhash/lhash.h (revision 232952)
+++ openssl/crypto/lhash/lhash.h (working copy)
@@ -163,6 +163,7 @@
unsigned long num_hash_comps;
int error;
+ int iteration_state;
} _LHASH; /* Do not use _LHASH directly, use LHASH_OF
* and friends */
« no previous file with comments | « openssl/crypto/conf/conf_api.c ('k') | openssl/crypto/lhash/lhash.c » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698