Please remove my id from user list
Id:[EMAIL PROTECTED]

.muralidharan



-----Original Message-----
From: [EMAIL PROTECTED]
[mailto:[EMAIL PROTECTED] On Behalf Of Shema
Sent: Wednesday, November 12, 2003 7:01 PM
To: [EMAIL PROTECTED]
Subject: Re: BIO bug


Thanks a lot, it helped, i had "multithreaded" C-Runtime.
As I see that's big difference between
"multithreaded" and "multithreaded dll"

----- Original Message ----- 
From: "Thomas Monjalon" <[EMAIL PROTECTED]>
To: <[EMAIL PROTECTED]>
Sent: Wednesday, November 12, 2003 2:49 PM
Subject: Re: BIO bug


> Shema wrote:
> > Hello friends,
> > this bug exists from the earlier versions of OpenSSL
> > and the question is why it is not fixed yet? :)
> > Currently I am using openssl-0.9.7c.tar.gz.
> > 
> > So, this code crashes on any WIN32 platform,
> > Visual C++ 60 compiler:
> > 
> > {
> >  BIO *bio;
> >  char buf[] = "HELLO";
> > 
> >  bio = BIO_new_fp(stdout, BIO_NOCLOSE);
> >  BIO_write(bio, buf, sizeof(buf));
> >  BIO_flush(bio);
> > }
> > 
> > 
> >
______________________________________________________________________
> > OpenSSL Project
http://www.openssl.org
> > User Support Mailing List
[EMAIL PROTECTED]
> > Automated List Manager
[EMAIL PROTECTED]
> > 
> > 
> 
> from the FAQ :
> --------------
> 
> 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".
> 
> If you are using Microsoft Visual C++'s IDE (Visual Studio), in many 
> cases, your new project most likely defaulted to "Debug 
> Singlethreaded" - /ML.  This is NOT interchangeable with /MD and your 
> program will crash, typically on the first BIO related read or write 
> operation.
> 
> ______________________________________________________________________
> OpenSSL Project                                 http://www.openssl.org
> User Support Mailing List                    [EMAIL PROTECTED]
> Automated List Manager                           [EMAIL PROTECTED]
> 

______________________________________________________________________
OpenSSL Project                                 http://www.openssl.org
User Support Mailing List                    [EMAIL PROTECTED]
Automated List Manager                           [EMAIL PROTECTED]

______________________________________________________________________
OpenSSL Project                                 http://www.openssl.org
User Support Mailing List                    [EMAIL PROTECTED]
Automated List Manager                           [EMAIL PROTECTED]

Reply via email to