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

Side by Side Diff: patches/empty_OPENSSL_cpuid_setup.patch

Issue 10911247: Upstream openssl to version 1.0.1c (Closed) Base URL: http://src.chromium.org/svn/trunk/deps/third_party/openssl/
Patch Set: Created 8 years, 2 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 unified diff | Download patch | Annotate | Revision Log
« no previous file with comments | « patches/README ('k') | patches/fix-clang-build.patch » ('j') | no next file with comments »
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
OLDNEW
(Empty)
1 --- openssl-1.0.0f-origin/crypto/cryptlib.c 2011-06-22 23:39:00.000000000 +0 800
2 +++ openssl-1.0.0f/crypto/cryptlib.c 2012-01-19 02:17:50.261681856 +0800
3 @@ -690,7 +690,7 @@
4 unsigned long *OPENSSL_ia32cap_loc(void) { return NULL; }
5 #endif
6 int OPENSSL_NONPIC_relocated = 0;
7 -#if !defined(OPENSSL_CPUID_SETUP) && !defined(OPENSSL_CPUID_OBJ)
8 +#if !defined(OPENSSL_CPUID_SETUP)
9 void OPENSSL_cpuid_setup(void) {}
10 #endif
11
OLDNEW
« no previous file with comments | « patches/README ('k') | patches/fix-clang-build.patch » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698