From: "Sean O'Riordain" <[EMAIL PROTECTED]>

sean.oriordain> speed.c:119: #error "It seems neither struct tms nor struct timeb is
sean.oriordain> supported in this platform!"
sean.oriordain> *** Error code 1

The following patch should do the trick, please try it:

Index: apps/speed.c
===================================================================
RCS file: /e/openssl/cvs/openssl/apps/speed.c,v
retrieving revision 1.41
diff -u -r1.41 speed.c
--- apps/speed.c        2000/09/21 05:41:56     1.41
+++ apps/speed.c        2000/09/21 14:54:50
@@ -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
 

-- 
Richard Levitte   \ Spannv�gen 38, II \ [EMAIL PROTECTED]
Chairman@Stacken   \ S-168 35  BROMMA  \ T: +46-8-26 52 47
Redakteur@Stacken   \      SWEDEN       \ or +46-709-50 36 10
Procurator Odiosus Ex Infernis                -- [EMAIL PROTECTED]
Member of the OpenSSL development team: http://www.openssl.org/
Software Engineer, Celo Communications: http://www.celocom.com/

Unsolicited commercial email is subject to an archival fee of $400.
See <http://www.stacken.kth.se/~levitte/mail/> for more info.
______________________________________________________________________
OpenSSL Project                                 http://www.openssl.org
Development Mailing List                       [EMAIL PROTECTED]
Automated List Manager                           [EMAIL PROTECTED]

Reply via email to