From 8c08aba9a003d85e1b651fb1b85f6886bd0f8720 Mon Sep 17 00:00:00 2001 From: bcook <> Date: Tue, 3 May 2016 14:05:41 +0000 Subject: prefer limits.h over sys/limits.h --- src/lib/libcrypto/evp/encode.c | 4 ++-- src/lib/libssl/src/crypto/evp/encode.c | 4 ++-- 2 files changed, 4 insertions(+), 4 deletions(-) (limited to 'src') diff --git a/src/lib/libcrypto/evp/encode.c b/src/lib/libcrypto/evp/encode.c index 0dd87eb1a9..e4104173d4 100644 --- a/src/lib/libcrypto/evp/encode.c +++ b/src/lib/libcrypto/evp/encode.c @@ -1,4 +1,4 @@ -/* $OpenBSD: encode.c,v 1.21 2016/05/03 12:38:53 tedu Exp $ */ +/* $OpenBSD: encode.c,v 1.22 2016/05/03 14:05:41 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 diff --git a/src/lib/libssl/src/crypto/evp/encode.c b/src/lib/libssl/src/crypto/evp/encode.c index 0dd87eb1a9..e4104173d4 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.21 2016/05/03 12:38:53 tedu Exp $ */ +/* $OpenBSD: encode.c,v 1.22 2016/05/03 14:05:41 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