From c4ea874f9d415b34f1eed4f8c32398a4ed31cdc0 Mon Sep 17 00:00:00 2001 From: jsing Date: Fri, 23 May 2014 15:55:08 +0000 Subject: [PATCH] Move include to the top and nuke pointless comments. --- lib/libssl/src/apps/apps.c | 9 +-------- 1 file changed, 1 insertion(+), 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 #include +#include #include #include @@ -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 - 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) { -- 2.20.1