aboutsummaryrefslogtreecommitdiffstats
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-02 23:41:45 +0100
commit134ab5139a8d41455a81d9fcc31b3edb8a4b2f5c (patch)
treed09b8f2060236582139fbdce866d9e2a3949347d
parentff8b6b92f44c682ad78f60c32ec154e0bfabebb2 (diff)
downloadopenssl-134ab5139a8d41455a81d9fcc31b3edb8a4b2f5c.tar.gz
include <limits.h>
Reviewed-by: Rich Salz <rsalz@openssl.org>
-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>