At 22.29 22/02/2004, you wrote:
 I am out of development for a few weeks but I have some
ideas about using
OpenSSL in ReactOS [...] 
bleah:
[
http://www.openssl.org/support/faq.html]
 2. I've compiled a program under Windows and it
crashes: why?
This is usually because you've missed the comment in INSTALL.W32. Your
application must link against the same version of the Win32 C-Runtime
against which your openssl libraries were linked. The default version for
OpenSSL is /MD - "Multithreaded DLL". 
Are we absolutely, positively sure that this... thing is right for us?