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]
Re: beta 3 build failure on FreeBSD 2.2.5-RELEASE
Richard Levitte - VMS Whacker Thu, 21 Sep 2000 07:50:30 -0700
- beta 3 build failure on FreeBSD 2.2.5-RELEAS... Sean O'Riordain
- Re: beta 3 build failure on FreeBSD 2.2... Richard Levitte - VMS Whacker
- Re: beta 3 build failure on FreeBSD... Sean O'Riordain
