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:
da0616c
)
This apparently fixes compilation on OSX that was failing in 0.9.7 betas.
author
Geoff Thorpe
<geoff@openssl.org>
Thu, 20 Jun 2002 18:22:51 +0000
(18:22 +0000)
committer
Geoff Thorpe
<geoff@openssl.org>
Thu, 20 Jun 2002 18:22:51 +0000
(18:22 +0000)
Submitted by: Pieter Bowman <bowman@math.utah.edu>
apps/s_time.c
patch
|
blob
|
history
diff --git
a/apps/s_time.c
b/apps/s_time.c
index 2fb853d0719efb5c69f984a42e53fb6ecc872554..f62f78f191ffb48bdc2fda04bee22ca02e80a6a6 100644
(file)
--- a/
apps/s_time.c
+++ b/
apps/s_time.c
@@
-85,7
+85,7
@@
#include OPENSSL_UNISTD
#endif
-#if !defined(OPENSSL_SYS_MSDOS) && !defined(OPENSSL_SYS_VXWORKS) && (!defined(OPENSSL_SYS_VMS) || defined(__DECC))
&& !defined(OPENSSL_SYS_MACOSX)
+#if !defined(OPENSSL_SYS_MSDOS) && !defined(OPENSSL_SYS_VXWORKS) && (!defined(OPENSSL_SYS_VMS) || defined(__DECC))
#define TIMES
#endif