Richard,
that did the trick. (I just did a make clean... I'll remove everything
and do it up again tomorrow morning !)
OpenSSL 0.9.6-beta3 21 Sep 2000
built on: Thu Sep 21 15:09:33 GMT 2000
platform: FreeBSD
options: bn(64,32) md2(int) rc4(idx,int) des(ptr,risc1,16,long)
idea(int) blowfish(idx)
compiler: gcc -DTERMIOS -DL_ENDIAN -fomit-frame-pointer -O3 -m486 -Wall
-DSHA1_ASM -DMD5_ASM -DRMD160_ASM
`test' is up to date.
cheers,
Sean // [EMAIL PROTECTED]
Richard Levitte - VMS Whacker wrote:
>
> 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
______________________________________________________________________
OpenSSL Project http://www.openssl.org
Development Mailing List [EMAIL PROTECTED]
Automated List Manager [EMAIL PROTECTED]