summaryrefslogtreecommitdiff
path: root/lib
diff options
context:
space:
mode:
authorJoel Sing <jsing@cvs.openbsd.org>2014-05-23 15:55:09 +0000
committerJoel Sing <jsing@cvs.openbsd.org>2014-05-23 15:55:09 +0000
commit675cecbd92d95435d3c601a5dd06b638189b045d (patch)
treea63a5063455b6152502ff1942adb38fcc4c01ee6 /lib
parentc16c9f9d56e523deb1c22b1876eef0a8f8e52bdc (diff)
Move include to the top and nuke pointless comments.
Diffstat (limited to 'lib')
-rw-r--r--lib/libssl/src/apps/apps.c9
1 files changed, 1 insertions, 8 deletions
diff --git a/lib/libssl/src/apps/apps.c b/lib/libssl/src/apps/apps.c
index 438af9f6351..6d1faab482e 100644
--- a/lib/libssl/src/apps/apps.c
+++ b/lib/libssl/src/apps/apps.c
@@ -111,6 +111,7 @@
#include <sys/types.h>
#include <sys/stat.h>
+#include <sys/times.h>
#include <ctype.h>
#include <errno.h>
@@ -2215,13 +2216,6 @@ next_protos_parse(unsigned short *outlen, const char *in)
#endif /* !OPENSSL_NO_TLSEXT &&
* !OPENSSL_NO_NEXTPROTONEG */
-/*
- * Platform-specific sections
- */
-
-/* app_tminterval section */
-#include <sys/times.h>
-
double
app_tminterval(int stop, int usertime)
{
@@ -2243,7 +2237,6 @@ app_tminterval(int stop, int usertime)
return (ret);
}
-
int
app_isdir(const char *name)
{