diff options
| author | jsing <> | 2014-05-23 15:55:08 +0000 |
|---|---|---|
| committer | jsing <> | 2014-05-23 15:55:08 +0000 |
| commit | ba684270f8c74193b578115ef653eb4ddaffd624 (patch) | |
| tree | 6e0d45599d20e953727859ea7b92a801a695cb82 | |
| parent | aa3ab7291e23cf55ea146b7e8999b9a02b0fa53e (diff) | |
| download | openbsd-ba684270f8c74193b578115ef653eb4ddaffd624.tar.gz openbsd-ba684270f8c74193b578115ef653eb4ddaffd624.tar.bz2 openbsd-ba684270f8c74193b578115ef653eb4ddaffd624.zip | |
Move include to the top and nuke pointless comments.
| -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 | { |
