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


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

    include <limits.h>
    
    Reviewed-by: Rich Salz <rs...@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>
_____
openssl-commits mailing list
To unsubscribe: https://mta.openssl.org/mailman/listinfo/openssl-commits

Reply via email to