components/openssl/openssl-1.0.0/patches/38-openssl-1.0.0m-include-limits.patch
author Ronald Jordan <ron.jordan@oracle.com>
Tue, 10 Jun 2014 04:08:50 -0700
branchs11u1-sru
changeset 3170 18a6de8a81bd
permissions -rw-r--r--
18889686 problem in UTILITY/OPENSSL 18889720 problem in UTILITY/OPENSSL 18889740 problem in UTILITY/OPENSSL 18889837 problem in UTILITY/OPENSSL 18889844 problem in UTILITY/OPENSSL 18889862 problem in UTILITY/OPENSSL 18924227 Upgrade OpenSSL to 1.0.0m 18924454 OpenSSL 1.0.0m upgrade requires removal of patch fix for CVE-2014-0076 18924292 Build failure caused by OpenSSL 1.0.0m upgrade

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