]> git.ipfire.org Git - thirdparty/openssl.git/commitdiff
include <limits.h>
authorDr. Stephen Henson <steve@openssl.org>
Tue, 2 Aug 2016 22:41:45 +0000 (23:41 +0100)
committerDr. Stephen Henson <steve@openssl.org>
Tue, 2 Aug 2016 23:10:26 +0000 (00:10 +0100)
Reviewed-by: Rich Salz <rsalz@openssl.org>
(cherry picked from commit 134ab5139a8d41455a81d9fcc31b3edb8a4b2f5c)

crypto/asn1/tasn_enc.c

index 255b11e756fecaa882aec3ac9605a825f97f5bdc..081a9d534f8aa78a86a7c0a07cfa8d8a4073d868 100644 (file)
@@ -59,6 +59,7 @@
 
 #include <stddef.h>
 #include <string.h>
+#include <limits.h>
 #include "cryptlib.h"
 #include <openssl/asn1.h>
 #include <openssl/asn1t.h>