summaryrefslogtreecommitdiffstats
path: root/lib/libcrypto/evp/encode.c
diff options
context:
space:
mode:
authorbcook <bcook@openbsd.org>2016-05-03 14:05:41 +0000
committerbcook <bcook@openbsd.org>2016-05-03 14:05:41 +0000
commit986fcc5544b9555e085a9bb674f5da1aff84750b (patch)
tree5d893367a5be2e0fd1880422ea44a39bb798e046 /lib/libcrypto/evp/encode.c
parentunit tests for sshbuf_dup_string() (diff)
downloadwireguard-openbsd-986fcc5544b9555e085a9bb674f5da1aff84750b.tar.xz
wireguard-openbsd-986fcc5544b9555e085a9bb674f5da1aff84750b.zip
prefer limits.h over sys/limits.h
Diffstat (limited to 'lib/libcrypto/evp/encode.c')
-rw-r--r--lib/libcrypto/evp/encode.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/lib/libcrypto/evp/encode.c b/lib/libcrypto/evp/encode.c
index 0dd87eb1a90..e4104173d48 100644
--- a/lib/libcrypto/evp/encode.c
+++ b/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 <sys/limits.h>
+#include <limits.h>
#include <stdio.h>
#include <string.h>