Re: SSL guaranteed to read from socket?

2001-01-22 Thread Sean Walton
flush( ) on the stream. If this is not a custom build, you may have a problem with your select( ) call (I am not familiar with MS-style unix calls). HTH -Sean Walton Quickling wrote: > Hi, > > (this is an updated question, re-posted because I'm stuck and > scared.) > >

Re: /dev/urandom

2000-12-15 Thread Sean Walton
mess around with your environment.] I would also suggest that you use the $RANDFILE for simplicity. The Linux version automatically uses the /dev/random file, because that file comes standard with all later versions of the kernel. -Sean Walton [EMAIL PROTECTED] wrote: > I am installing S

Re: *.o files

2000-12-01 Thread Sean Walton
You shouldn't have *any* .o files. All files in the tar file are original source so your make should create them. If the make did not produce them, you may have a problem with your configuration. -Sean Walton Mohamed Aly wrote: > I just downloaded OpenSSL and was trying to compile