diff options
-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 | { |