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:
74d2b0f
)
OpenBSD doesn't support timeb.
author
Richard Levitte
<levitte@openssl.org>
Mon, 11 Sep 2000 16:46:35 +0000
(16:46 +0000)
committer
Richard Levitte
<levitte@openssl.org>
Mon, 11 Sep 2000 16:46:35 +0000
(16:46 +0000)
apps/speed.c
patch
|
blob
|
history
diff --git
a/apps/speed.c
b/apps/speed.c
index 8fdf2e6c5a1ce7d4b25654426b4a537cbfd28035..dcb9bae8933753221791f97a1ee852029e8764f7 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)
+#if !defined(_UNICOS)
&& !defined(__OpenBSD__)
# define TIMEB
#endif