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:
d176986
)
Oops, if the target only had USE_TOD, an error message was issued...
author
Richard Levitte
<levitte@openssl.org>
Thu, 21 Sep 2000 16:01:08 +0000
(16:01 +0000)
committer
Richard Levitte
<levitte@openssl.org>
Thu, 21 Sep 2000 16:01:08 +0000
(16:01 +0000)
apps/speed.c
patch
|
blob
|
history
diff --git
a/apps/speed.c
b/apps/speed.c
index 15c9a1fdc7afa58bfce49a9f6a704e42970ca546..627cab1d3116e1377579378e6c7365213eda32f3 100644
(file)
--- a/
apps/speed.c
+++ b/
apps/speed.c
@@
-115,7
+115,7
@@
#include <sys/timeb.h>
#endif
-#if !defined(TIMES) && !defined(TIMEB)
+#if !defined(TIMES) && !defined(TIMEB)
&& !defined(USE_TOD)
#error "It seems neither struct tms nor struct timeb is supported in this platform!"
#endif