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

Unified 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 side-by-side diff with in-line comments
Download patch
« no previous file with comments | « patches/openssl_no_dtls1.patch ('k') | patches/progs.patch » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: patches/posix_c_source.patch
===================================================================
--- patches/posix_c_source.patch (revision 105093)
+++ patches/posix_c_source.patch (working copy)
@@ -1,15 +0,0 @@
-diff --git a/openssl/crypto/ui/ui_openssl.c b/openssl/crypto/ui/ui_openssl.c
-index 06270f0..e2fff79 100644
---- a/openssl/crypto/ui/ui_openssl.c
-+++ b/openssl/crypto/ui/ui_openssl.c
-@@ -122,7 +122,10 @@
- * sigaction and fileno included. -pedantic would be more appropriate for
- * the intended purposes, but we can't prevent users from adding -ansi.
- */
-+#ifndef _POSIX_C_SOURCE
- #define _POSIX_C_SOURCE 1
-+#endif
-+
- #include <signal.h>
- #include <stdio.h>
- #include <string.h>
« 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