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:
33b1a4c
)
AIX doesn't like ftime() either.
author
Richard Levitte
<levitte@openssl.org>
Wed, 20 Sep 2000 15:10:16 +0000
(15:10 +0000)
committer
Richard Levitte
<levitte@openssl.org>
Wed, 20 Sep 2000 15:10:16 +0000
(15:10 +0000)
apps/speed.c
patch
|
blob
|
history
diff --git
a/apps/speed.c
b/apps/speed.c
index d20038e1b4073d26e0f7e4cdcd11871c6db9268c..1214de39dfddaca663689534999543c5b3c7bdad 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) && !defined(__FreeBSD__) && !(defined(__bsdi) || defined(__bsdi__))
+#if !defined(_UNICOS) && !defined(__OpenBSD__) && !defined(sgi) && !defined(__FreeBSD__) && !(defined(__bsdi) || defined(__bsdi__))
&& !defined(_AIX)
# define TIMEB
#endif