[openssl-commits] [openssl] OpenSSL_1_0_1-stable update

Dr. Stephen Henson steve at openssl.org
Tue Aug 2 23:11:29 UTC 2016


The branch OpenSSL_1_0_1-stable has been updated
       via  c648bdcc4cd8a7d1699081d339ff33deda69a3be (commit)
      from  7149c709a24802f044f15e6a8e47d3926a547c2d (commit)


- Log -----------------------------------------------------------------
commit c648bdcc4cd8a7d1699081d339ff33deda69a3be
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>
    (cherry picked from commit 134ab5139a8d41455a81d9fcc31b3edb8a4b2f5c)

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

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