[openssl-commits] [openssl] OpenSSL_1_0_2-stable update

Dr. Stephen Henson steve at openssl.org
Tue Aug 2 23:10:30 UTC 2016


The branch OpenSSL_1_0_2-stable has been updated
       via  134ab5139a8d41455a81d9fcc31b3edb8a4b2f5c (commit)
      from  ff8b6b92f44c682ad78f60c32ec154e0bfabebb2 (commit)


- Log -----------------------------------------------------------------
commit 134ab5139a8d41455a81d9fcc31b3edb8a4b2f5c
Author: Dr. Stephen Henson <steve at openssl.org>
Date:   Tue Aug 2 23:41:45 2016 +0100

    include <limits.h>
    
    Reviewed-by: Rich Salz <rsalz at openssl.org>

-----------------------------------------------------------------------

Summary of changes:
 crypto/asn1/tasn_enc.c | 1 +
 1 file changed, 1 insertion(+)

diff --git a/crypto/asn1/tasn_enc.c b/crypto/asn1/tasn_enc.c
index 255b11e..081a9d5 100644
--- a/crypto/asn1/tasn_enc.c
+++ b/crypto/asn1/tasn_enc.c
@@ -59,6 +59,7 @@
 
 #include <stddef.h>
 #include <string.h>
+#include <limits.h>
 #include "cryptlib.h"
 #include <openssl/asn1.h>
 #include <openssl/asn1t.h>


More information about the openssl-commits mailing list