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:
615513b
)
ftime() is not supported on SGI.
author
Richard Levitte
<levitte@openssl.org>
Mon, 18 Sep 2000 16:52:05 +0000
(16:52 +0000)
committer
Richard Levitte
<levitte@openssl.org>
Mon, 18 Sep 2000 16:52:05 +0000
(16:52 +0000)
Reported by Steve Robb <steve@eu.c2.net>
apps/speed.c
patch
|
blob
|
history
diff --git
a/apps/speed.c
b/apps/speed.c
index d0f705c3244a4283f3386ca4026b1f1370a2b359..50ba3b0b886fadb4443fcb1d387087cab9e311d8 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__)
+#if !defined(_UNICOS) && !defined(__OpenBSD__)
&& !defined(sgi)
# define TIMEB
#endif