components/openssl/openssl-0.9.8-fips-140/patches/38-openssl-0.9.8za-include-limits.patch
branchs11u1sru20-backport
changeset 3173 c059623861df
equal deleted inserted replaced
3148:bb9303d6e615 3173:c059623861df
       
     1 Patch developed in-house.  This issue has been addressed upstream and this
       
     2 patch will need to be obsoleted upon the next OpenSSL 0.9.8 release.
       
     3 
       
     4 --- openssl-0.9.8za/ssl/s3_pkt.c.orig	Thu Jun  5 02:41:31 2014
       
     5 +++ openssl-0.9.8za/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