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

Unified Diff: openssl/include/openssl/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/objects/obj_dat.c ('k') | openssl/openssl.config » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: openssl/include/openssl/lhash.h
===================================================================
--- openssl/include/openssl/lhash.h (revision 232952)
+++ openssl/include/openssl/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/objects/obj_dat.c ('k') | openssl/openssl.config » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698