Re: wrong ELF class: ELFCLASS32

2010-09-13 Thread iyage
Solaris 9 117560-06 & 111* patch for libm.so, I think might fix this. Do a search on sunsolve. --- "BISHT, SEEMANT (SEEMANT)" wrote: > > > > > > > class=459000609-17082010>Can you please tell me how to compile openssl li> brary > in 64-bit type? As when compiling the openssl, and checking

Re: Windows Certificate Store Private Key

2010-06-28 Thread iyage
A question for everyone: What If you only use the BIO structures to call RAND_bytes(), in your threads, and you are not using any of the SSL structures, do you still need a callback function? My purpose of using the OpenSSL library is to generate random numbers only. - __