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

Side by Side Diff: patches/posix_c_source.patch

Issue 9254031: Upgrade chrome's OpenSSL to same version Android ships with. (Closed) Base URL: http://src.chromium.org/svn/trunk/deps/third_party/openssl/
Patch Set: '' Created 8 years, 11 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/openssl_no_dtls1.patch ('k') | patches/progs.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 diff --git a/openssl/crypto/ui/ui_openssl.c b/openssl/crypto/ui/ui_openssl.c
2 index 06270f0..e2fff79 100644
3 --- a/openssl/crypto/ui/ui_openssl.c
4 +++ b/openssl/crypto/ui/ui_openssl.c
5 @@ -122,7 +122,10 @@
6 * sigaction and fileno included. -pedantic would be more appropriate for
7 * the intended purposes, but we can't prevent users from adding -ansi.
8 */
9 +#ifndef _POSIX_C_SOURCE
10 #define _POSIX_C_SOURCE 1
11 +#endif
12 +
13 #include <signal.h>
14 #include <stdio.h>
15 #include <string.h>
OLDNEW
« no previous file with comments | « patches/openssl_no_dtls1.patch ('k') | patches/progs.patch » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698