artulab
projects
/
openbsd
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
da9d52d
)
Move include to the top and nuke pointless comments.
author
jsing
<jsing@openbsd.org>
Fri, 23 May 2014 15:55:08 +0000
(15:55 +0000)
committer
jsing
<jsing@openbsd.org>
Fri, 23 May 2014 15:55:08 +0000
(15:55 +0000)
lib/libssl/src/apps/apps.c
patch
|
blob
|
history
diff --git
a/lib/libssl/src/apps/apps.c
b/lib/libssl/src/apps/apps.c
index
438af9f
..
6d1faab
100644
(file)
--- a/
lib/libssl/src/apps/apps.c
+++ b/
lib/libssl/src/apps/apps.c
@@
-111,6
+111,7
@@
#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)
{