summaryrefslogtreecommitdiff
path: root/usr.bin/openssl
diff options
context:
space:
mode:
authorBrent Cook <bcook@cvs.openbsd.org>2015-07-20 22:51:12 +0000
committerBrent Cook <bcook@cvs.openbsd.org>2015-07-20 22:51:12 +0000
commitd363fb7ac88debedbb0706b893cc4ee68552f524 (patch)
tree493c76dea4fb46a424eccc6ad91a3f0df5846cc2 /usr.bin/openssl
parentf7c6041e4abe01bdc5b9ea358d591083785f7004 (diff)
app_tminterval moved to apps_posix.c, we don't need sys/times.h
Diffstat (limited to 'usr.bin/openssl')
-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>