From 1e6124913f25c274765754bcf8c44a61b5b8254e Mon Sep 17 00:00:00 2001 From: bcook <> Date: Tue, 3 May 2016 13:57:23 +0000 Subject: prefer limits.h over sys/limits.h --- src/lib/libssl/src/crypto/evp/encode.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'src') diff --git a/src/lib/libssl/src/crypto/evp/encode.c b/src/lib/libssl/src/crypto/evp/encode.c index a2b86e962b..4cf4f5e8be 100644 --- a/src/lib/libssl/src/crypto/evp/encode.c +++ b/src/lib/libssl/src/crypto/evp/encode.c @@ -1,4 +1,4 @@ -/* $OpenBSD: encode.c,v 1.20.6.1 2016/05/03 12:39:23 tedu Exp $ */ +/* $OpenBSD: encode.c,v 1.20.6.2 2016/05/03 13:57:22 bcook Exp $ */ /* Copyright (C) 1995-1998 Eric Young (eay@cryptsoft.com) * All rights reserved. * @@ -56,7 +56,7 @@ * [including the GNU Public Licence.] */ -#include +#include #include #include -- cgit v1.2.3-55-g6feb