Hi,
> On Sat, Mar 18, 2000 at 06:42:21PM -0700, Francisco A Tomei Torres wrote:
>
> > grep clock time.h
> > typedef unsigned long int clock_t;
> > clock_t clock(void);
> > clock_t clock();
>
> And can you locate CLOCKS_PER_SEC anywhere in some header file?
> Also, what does the clock() manual p
Hi,
> Francisco A. Tomei Torres <[EMAIL PROTECTED]>:
>
> > cc -I../include -O -Wall -c ssltest.c -o ssltest.o
> > ssltest.c: In function `main':
> > ssltest.c:504: `CLOCKS_PER_SEC' undeclared (first use this function)
>
> Weird, this should be defined in on every standard C system
> (it's not
On Fri, Mar 24, 2000 at 10:30:36PM -0800, David Ahrens wrote: [... BSAFE? ...]
> Bodo Moeller:
>> David Ahrens:
>>> Does anyone know if the pseudo random number generator in openssl is
>>> FIPS-140 compliant?
>> It doesn't do power-up self tests, so it can't be. If you happen to
>> be a federa
On Sat, Mar 18, 2000 at 06:42:21PM -0700, Francisco A Tomei Torres wrote:
> grep clock time.h
> typedef unsigned long int clock_t;
> clock_t clock(void);
> clock_t clock();
And can you locate CLOCKS_PER_SEC anywhere in some header file?
Also, what does the clock() manual page say about what the