summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorbcook <bcook@openbsd.org>2015-07-20 22:51:11 +0000
committerbcook <bcook@openbsd.org>2015-07-20 22:51:11 +0000
commit9f1377077a0e7961fccac00d725351b3fd20e96a (patch)
treeed9040ef8679beb30f17f0fed05664ac48f2384f
parentprefer string.h to strings.h ok guenther@ doug@ (diff)
downloadwireguard-openbsd-9f1377077a0e7961fccac00d725351b3fd20e96a.tar.xz
wireguard-openbsd-9f1377077a0e7961fccac00d725351b3fd20e96a.zip
app_tminterval moved to apps_posix.c, we don't need sys/times.h
-rw-r--r--usr.bin/openssl/apps.c3
1 files changed, 1 insertions, 2 deletions
diff --git a/usr.bin/openssl/apps.c b/usr.bin/openssl/apps.c
index d01f75c7cbf..3b8c2ab6485 100644
--- a/usr.bin/openssl/apps.c
+++ b/usr.bin/openssl/apps.c
@@ -1,4 +1,4 @@
-/* $OpenBSD: apps.c,v 1.31 2015/07/20 03:28:04 doug Exp $ */
+/* $OpenBSD: apps.c,v 1.32 2015/07/20 22:51:11 bcook Exp $ */
/*
* Copyright (c) 2014 Joel Sing <jsing@openbsd.org>
*
@@ -126,7 +126,6 @@
#include <sys/types.h>
#include <sys/stat.h>
-#include <sys/times.h>
#include <ctype.h>
#include <errno.h>