summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorDr. Stephen Henson <steve@openssl.org>2016-08-02 23:41:45 +0100
committerDr. Stephen Henson <steve@openssl.org>2016-08-03 00:10:26 +0100
commitc648bdcc4cd8a7d1699081d339ff33deda69a3be (patch)
tree2691e2594e48cba07d32d9aaf1189c36fa1ecd85
parent7149c709a24802f044f15e6a8e47d3926a547c2d (diff)
include <limits.h>
Reviewed-by: Rich Salz <rsalz@openssl.org> (cherry picked from commit 134ab5139a8d41455a81d9fcc31b3edb8a4b2f5c)
-rw-r--r--crypto/asn1/tasn_enc.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/crypto/asn1/tasn_enc.c b/crypto/asn1/tasn_enc.c
index 255b11e756..081a9d534f 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>