summaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
authorbcook <>2016-05-03 14:05:41 +0000
committerbcook <>2016-05-03 14:05:41 +0000
commitda87549cff83dd705f62d49b47eeff6fcc5b6f4e (patch)
tree32b7f8e4b17574c14358c968629e6cf7704db863 /src
parentc6409771d22d6e819d9017d650687b93c835ed3a (diff)
downloadopenbsd-da87549cff83dd705f62d49b47eeff6fcc5b6f4e.tar.gz
openbsd-da87549cff83dd705f62d49b47eeff6fcc5b6f4e.tar.bz2
openbsd-da87549cff83dd705f62d49b47eeff6fcc5b6f4e.zip
prefer limits.h over sys/limits.h
Diffstat (limited to 'src')
-rw-r--r--src/lib/libcrypto/evp/encode.c4
-rw-r--r--src/lib/libssl/src/crypto/evp/encode.c4
2 files changed, 4 insertions, 4 deletions
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 @@
1/* $OpenBSD: encode.c,v 1.21 2016/05/03 12:38:53 tedu Exp $ */ 1/* $OpenBSD: encode.c,v 1.22 2016/05/03 14:05:41 bcook Exp $ */
2/* Copyright (C) 1995-1998 Eric Young (eay@cryptsoft.com) 2/* Copyright (C) 1995-1998 Eric Young (eay@cryptsoft.com)
3 * All rights reserved. 3 * All rights reserved.
4 * 4 *
@@ -56,7 +56,7 @@
56 * [including the GNU Public Licence.] 56 * [including the GNU Public Licence.]
57 */ 57 */
58 58
59#include <sys/limits.h> 59#include <limits.h>
60#include <stdio.h> 60#include <stdio.h>
61#include <string.h> 61#include <string.h>
62 62
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 @@
1/* $OpenBSD: encode.c,v 1.21 2016/05/03 12:38:53 tedu Exp $ */ 1/* $OpenBSD: encode.c,v 1.22 2016/05/03 14:05:41 bcook Exp $ */
2/* Copyright (C) 1995-1998 Eric Young (eay@cryptsoft.com) 2/* Copyright (C) 1995-1998 Eric Young (eay@cryptsoft.com)
3 * All rights reserved. 3 * All rights reserved.
4 * 4 *
@@ -56,7 +56,7 @@
56 * [including the GNU Public Licence.] 56 * [including the GNU Public Licence.]
57 */ 57 */
58 58
59#include <sys/limits.h> 59#include <limits.h>
60#include <stdio.h> 60#include <stdio.h>
61#include <string.h> 61#include <string.h>
62 62