projects
/
oweals
/
openssl.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
cec7fe4
)
FreeBSD only supports ftime() through libcompat, which means it's
author
Richard Levitte
<levitte@openssl.org>
Tue, 19 Sep 2000 16:13:38 +0000
(16:13 +0000)
committer
Richard Levitte
<levitte@openssl.org>
Tue, 19 Sep 2000 16:13:38 +0000
(16:13 +0000)
better not to use it.
apps/speed.c
patch
|
blob
|
history
diff --git
a/apps/speed.c
b/apps/speed.c
index 50ba3b0b886fadb4443fcb1d387087cab9e311d8..507b63b97f594bc8842cac1a0eb7e6fc95e2b2a9 100644
(file)
--- a/
apps/speed.c
+++ b/
apps/speed.c
@@
-87,7
+87,7
@@
#elif !defined(MSDOS) && (!defined(VMS) || defined(__DECC))
# define TIMES
#endif
-#if !defined(_UNICOS) && !defined(__OpenBSD__) && !defined(sgi)
+#if !defined(_UNICOS) && !defined(__OpenBSD__) && !defined(sgi)
&& !defined(__FreeBSD__)
# define TIMEB
#endif