diff options
author | jsing <> | 2014-05-23 15:55:08 +0000 |
---|---|---|
committer | jsing <> | 2014-05-23 15:55:08 +0000 |
commit | e96c8630b74185835a7b44bdfc50b1f65daad9f2 (patch) | |
tree | 6e0d45599d20e953727859ea7b92a801a695cb82 /src | |
parent | aeee84fc0e73c83408b0a7b9567b74f289989dbc (diff) | |
download | openbsd-e96c8630b74185835a7b44bdfc50b1f65daad9f2.tar.gz openbsd-e96c8630b74185835a7b44bdfc50b1f65daad9f2.tar.bz2 openbsd-e96c8630b74185835a7b44bdfc50b1f65daad9f2.zip |
Move include to the top and nuke pointless comments.
Diffstat (limited to 'src')
-rw-r--r-- | src/lib/libssl/src/apps/apps.c | 9 |
1 files changed, 1 insertions, 8 deletions
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 @@ | |||
111 | 111 | ||
112 | #include <sys/types.h> | 112 | #include <sys/types.h> |
113 | #include <sys/stat.h> | 113 | #include <sys/stat.h> |
114 | #include <sys/times.h> | ||
114 | 115 | ||
115 | #include <ctype.h> | 116 | #include <ctype.h> |
116 | #include <errno.h> | 117 | #include <errno.h> |
@@ -2215,13 +2216,6 @@ next_protos_parse(unsigned short *outlen, const char *in) | |||
2215 | #endif /* !OPENSSL_NO_TLSEXT && | 2216 | #endif /* !OPENSSL_NO_TLSEXT && |
2216 | * !OPENSSL_NO_NEXTPROTONEG */ | 2217 | * !OPENSSL_NO_NEXTPROTONEG */ |
2217 | 2218 | ||
2218 | /* | ||
2219 | * Platform-specific sections | ||
2220 | */ | ||
2221 | |||
2222 | /* app_tminterval section */ | ||
2223 | #include <sys/times.h> | ||
2224 | |||
2225 | double | 2219 | double |
2226 | app_tminterval(int stop, int usertime) | 2220 | app_tminterval(int stop, int usertime) |
2227 | { | 2221 | { |
@@ -2243,7 +2237,6 @@ app_tminterval(int stop, int usertime) | |||
2243 | return (ret); | 2237 | return (ret); |
2244 | } | 2238 | } |
2245 | 2239 | ||
2246 | |||
2247 | int | 2240 | int |
2248 | app_isdir(const char *name) | 2241 | app_isdir(const char *name) |
2249 | { | 2242 | { |