On Thu, 16 Apr 1998, Xiaofei Diao wrote:
> I am a new SSLeay user.  I tried to use SSLeay 0.8.1 and 0.9.0 on both NT4
> with VC++5.0 and SUN-solaris2.6 with cc/CC(4.2?).  From the sample ssl
> code with SSLeay and the online reference (which is said for 0.4.2), I
> should call SSL_CTX_new(void) first.  But the compilers always request me
> to use SSL_CTX_new(SSL_METHOD*).  Does anybody have any idea about this?

SSL_CTX_new(SSL_METHOD *) is the correct way to do things, ever since SSLv3
was added.  Unfortunatly the documentation and demos are always lagging behind
the library :-(

eric

+-------------------------------------------------------------------------+
| Administrative requests should be sent to [EMAIL PROTECTED] |
| List service provided by Open Software Associates, http://www.osa.com/  |
+-------------------------------------------------------------------------+

Reply via email to