diff options
-rw-r--r-- | usr.bin/openssl/apps.c | 3 |
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> |