From e96c8630b74185835a7b44bdfc50b1f65daad9f2 Mon Sep 17 00:00:00 2001 From: jsing <> Date: Fri, 23 May 2014 15:55:08 +0000 Subject: Move include to the top and nuke pointless comments. --- src/lib/libssl/src/apps/apps.c | 9 +-------- 1 file changed, 1 insertion(+), 8 deletions(-) (limited to 'src/lib') diff --git a/src/lib/libssl/src/apps/apps.c b/src/lib/libssl/src/apps/apps.c index 438af9f635..6d1faab482 100644 --- a/src/lib/libssl/src/apps/apps.c +++ b/src/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) { -- cgit v1.2.3-55-g6feb