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

Unified Diff: config/x64/openssl/opensslconf.h

Issue 153373003: Fix of crash in e_rc4_hmac_md5.c caused by rc4-md5-x86_64.S. (Closed) Base URL: https://chromium.googlesource.com/chromium/deps/openssl.git@master
Patch Set: Fix RC4_INT in opensslconf.h Created 6 years, 10 months 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 | « no previous file | import_from_android.sh » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: config/x64/openssl/opensslconf.h
diff --git a/config/x64/openssl/opensslconf.h b/config/x64/openssl/opensslconf.h
index c54db6879453d662df59c2f2e99da3e34bc506d6..6dfeaddf0fbee90514001cf8668c2b8be9eea4a9 100644
--- a/config/x64/openssl/opensslconf.h
+++ b/config/x64/openssl/opensslconf.h
@@ -199,7 +199,7 @@
* - Intel P6 because partial register stalls are very expensive;
* - elder Alpha because it lacks byte load/store instructions;
*/
-#define RC4_INT unsigned char
+#define RC4_INT unsigned int
#endif
#if !defined(RC4_CHUNK)
/*
@@ -239,7 +239,7 @@
#if defined(HEADER_BF_LOCL_H) && !defined(CONFIG_HEADER_BF_LOCL_H)
#define CONFIG_HEADER_BF_LOCL_H
-#define BF_PTR
+#undef BF_PTR
#endif /* HEADER_BF_LOCL_H */
#if defined(HEADER_DES_LOCL_H) && !defined(CONFIG_HEADER_DES_LOCL_H)
« no previous file with comments | « no previous file | import_from_android.sh » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698