From: jsing Date: Fri, 23 May 2014 15:55:08 +0000 (+0000) Subject: Move include to the top and nuke pointless comments. X-Git-Url: http://artulab.com/gitweb/?a=commitdiff_plain;h=c4ea874f9d415b34f1eed4f8c32398a4ed31cdc0;p=openbsd Move include to the top and nuke pointless comments. --- 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) {