components/openssl/openssl-1.0.0/patches/38-openssl-1.0.0m-include-limits.patch
branchs11u1sru20-backport
changeset 3173 c059623861df
--- /dev/null	Thu Jan 01 00:00:00 1970 +0000
+++ b/components/openssl/openssl-1.0.0/patches/38-openssl-1.0.0m-include-limits.patch	Tue Jun 10 04:08:50 2014 -0700
@@ -0,0 +1,13 @@
+Patch developed in-house.  This issue has been addressed upstream and this
+patch will need to be obsoleted upon the next OpenSSL 1.0.0 release.
+
+--- openssl-1.0.0m/ssl/s3_pkt.c.orig	Thu Jun  5 02:41:31 2014
++++ openssl-1.0.0m/ssl/s3_pkt.c	Thu Jun  5 06:42:42 2014
+@@ -109,6 +109,7 @@
+  *
+  */
+
++#include <limits.h>
+ #include <stdio.h>
+ #include <errno.h>
+ #define USE_SOCKETS