Move include to the top and nuke pointless comments.
authorjsing <jsing@openbsd.org>
Fri, 23 May 2014 15:55:08 +0000 (15:55 +0000)
committerjsing <jsing@openbsd.org>
Fri, 23 May 2014 15:55:08 +0000 (15:55 +0000)
lib/libssl/src/apps/apps.c

index 438af9f..6d1faab 100644 (file)
 
 #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)
 {