From d58af7055260087cb0a41bf4a20f85fb8d5feb60 Mon Sep 17 00:00:00 2001 From: bcook <> Date: Tue, 3 May 2016 13:41:52 +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 c060d2d5e5..a8f1ae5a99 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.2.1 2016/05/03 12:39:48 tedu Exp $ */ +/* $OpenBSD: encode.c,v 1.20.2.2 2016/05/03 13:41:51 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