Hi Marek!

Marek.Marcola wrote:
> 
> Hello,
>> I use openssl to work with apache server via https.
>> But I see a strange situation when second and third calls to send() in 
> my test-case read
>> 0 bytes from socket.
>> Can you provide here any help?
> You should not use names like "send" in your program.
> send() is already defined system call in Unix.
> 
> That doesn't matter in fact. The same result with any other name of
> function. Anyway, send has lazy resolving, and if you define it in your
> application, linker will resolve yours.
> 
> Best regards,
> --
> Marek Marcola <[EMAIL PROTECTED]>
> 
> ______________________________________________________________________
> OpenSSL Project                                 http://www.openssl.org
> User Support Mailing List                    openssl-users@openssl.org
> Automated List Manager                           [EMAIL PROTECTED]
> 
> 

-- 
View this message in context: 
http://www.nabble.com/SSL_read-reads-0-bytes-after-SSL_write-SSL_read-SSL_write-tp14737783p14797266.html
Sent from the OpenSSL - User mailing list archive at Nabble.com.
______________________________________________________________________
OpenSSL Project                                 http://www.openssl.org
User Support Mailing List                    openssl-users@openssl.org
Automated List Manager                           [EMAIL PROTECTED]

Reply via email to