components/openssl/openssl-0.9.8-fips-140/patches/38-openssl-0.9.8za-include-limits.patch
author Ronald Jordan <ron.jordan@oracle.com>
Tue, 10 Jun 2014 04:08:50 -0700
branchs11u1sru20-backport
changeset 3173 c059623861df
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 0.9.8 release.

--- openssl-0.9.8za/ssl/s3_pkt.c.orig	Thu Jun  5 02:41:31 2014
+++ openssl-0.9.8za/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