components/openssl/openssl-1.0.0/patches/38-openssl-1.0.0m-include-limits.patch
branchs11u1-sru
changeset 3170 18a6de8a81bd
equal deleted inserted replaced
3164:7648a39bf1b4 3170:18a6de8a81bd
       
     1 Patch developed in-house.  This issue has been addressed upstream and this
       
     2 patch will need to be obsoleted upon the next OpenSSL 1.0.0 release.
       
     3 
       
     4 --- openssl-1.0.0m/ssl/s3_pkt.c.orig	Thu Jun  5 02:41:31 2014
       
     5 +++ openssl-1.0.0m/ssl/s3_pkt.c	Thu Jun  5 06:42:42 2014
       
     6 @@ -109,6 +109,7 @@
       
     7   *
       
     8   */
       
     9 
       
    10 +#include <limits.h>
       
    11  #include <stdio.h>
       
    12  #include <errno.h>
       
    13  #define USE_SOCKETS