Greg Pasquariello wrote:
>
> Hi,
>
> I'm a newbie to OpenSSL and the SSLeay (though not SSL in general). I've
> gotten basic SSL negotiation working, but for the life of me I can't get
> this BIO stuff to work.
>
> I'm running the latest build on NT and the following fails with an Access
> Violation.
>
> BIO *bio = BIO_new_fp(stdout, BIO_NOCLOSE);
> BIO_printf(bio, "Hello World\n");
>
> Can anyone point me in a direction?
>
If you check INSTALL.W32 it says you have to link with the
multi-threaded DLL version of the runtime library (/MD switch) thats
almost always the cause of this.
Steve.
--
Dr Stephen N. Henson. http://www.drh-consultancy.demon.co.uk/
Personal Email: [EMAIL PROTECTED]
Senior crypto engineer, Celo Communications: http://www.celocom.com/
Core developer of the OpenSSL project: http://www.openssl.org/
Business Email: [EMAIL PROTECTED] PGP key: via homepage.
______________________________________________________________________
OpenSSL Project http://www.openssl.org
User Support Mailing List [EMAIL PROTECTED]
Automated List Manager [EMAIL PROTECTED]