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

Unified Diff: patches/missing_stddef.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/jsse.patch ('k') | patches/next_proto_neg.patch » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: patches/missing_stddef.patch
===================================================================
--- patches/missing_stddef.patch (revision 105093)
+++ patches/missing_stddef.patch (working copy)
@@ -1,71 +0,0 @@
-commit 90641d2d6d251d014815e1703157f0cd0a6d5ea1
-Author: Adam Langley <agl@chromium.org>
-Date: Thu Nov 4 16:02:17 2010 -0400
-
- missing_stddef.patch
-
-diff --git a/crypto/md2/md2.h b/crypto/md2/md2.h
-index d59c9f2..75446fd 100644
---- a/crypto/md2/md2.h
-+++ b/crypto/md2/md2.h
-@@ -72,6 +72,8 @@
- extern "C" {
- #endif
-
-+#include <stddef.h>
-+
- typedef struct MD2state_st
- {
- unsigned int num;
-diff --git a/crypto/md4/md4.h b/crypto/md4/md4.h
-index ba1fe4a..d9b2717 100644
---- a/crypto/md4/md4.h
-+++ b/crypto/md4/md4.h
-@@ -66,6 +66,8 @@
- extern "C" {
- #endif
-
-+#include <stddef.h>
-+
- #ifdef OPENSSL_NO_MD4
- #error MD4 is disabled.
- #endif
-diff --git a/crypto/md5/md5.h b/crypto/md5/md5.h
-index 0761f84..1a51bcf 100644
---- a/crypto/md5/md5.h
-+++ b/crypto/md5/md5.h
-@@ -66,6 +66,8 @@
- extern "C" {
- #endif
-
-+#include <stddef.h>
-+
- #ifdef OPENSSL_NO_MD5
- #error MD5 is disabled.
- #endif
-diff --git a/crypto/ripemd/ripemd.h b/crypto/ripemd/ripemd.h
-index 3b6d043..70a9637 100644
---- a/crypto/ripemd/ripemd.h
-+++ b/crypto/ripemd/ripemd.h
-@@ -66,6 +66,8 @@
- extern "C" {
- #endif
-
-+#include <stddef.h>
-+
- #ifdef OPENSSL_NO_RIPEMD
- #error RIPEMD is disabled.
- #endif
-diff --git a/crypto/sha/sha.h b/crypto/sha/sha.h
-index 47a2c29..1f6ad37 100644
---- a/crypto/sha/sha.h
-+++ b/crypto/sha/sha.h
-@@ -66,6 +66,8 @@
- extern "C" {
- #endif
-
-+#include <stddef.h>
-+
- #if defined(OPENSSL_NO_SHA) || (defined(OPENSSL_NO_SHA0) && defined(OPENSSL_NO_SHA1))
- #error SHA is disabled.
- #endif
« no previous file with comments | « patches/jsse.patch ('k') | patches/next_proto_neg.patch » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698