search for: x509_cert_pair

Displaying 1 result from an estimated 1 matches for "x509_cert_pair".

2008 Oct 02
1
Problems using a hand built OpenSSL on Windows
...enSSL. I also managed to build the Ruby OpenSSL extension, after 1 minor tweak to x509.h to eliminate a macro conflict: --- x509.orig Thu Oct 02 11:30:10 2008 +++ x509.h Thu Oct 02 11:47:05 2008 @@ -116,6 +116,7 @@ /* Under Win32 these are defined in wincrypt.h */ #undef X509_NAME #undef X509_CERT_PAIR +#undef X509_EXTENSIONS #endif #define X509_FILETYPE_PEM 1 But, when I try to start Rails, for example, I get this: "The ordinal 284 could not be located in the dynamic link library SSLEAY32.DLL". Any idea on how to solve this? Regards, Dan This communication is the propert...