projects
/
openssl.git
/ blobdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
raw
| inline |
side by side
OpenBSD doesn't support timeb.
[openssl.git]
/
apps
/
speed.c
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