On 12/29/2010 1:11 AM, Esimorp E wrote:
Hi all,
I tried changing the one-to-one socket type in OpenSSL to one-to-many by
changing SOCK_STREAM to SOCK_SEQPACKET and it compiled fine but while
trying to run other program on it I had the following error:
bss_dgram.c(236): OpenSSL internal error, assertion failed: ret >= 0
Please, can anyone tell me how to solve this problem.
Change the socket type back to SOCK_STREAM or implement all the code
necessary to handle the semantic differences between these socket types.
DS
______________________________________________________________________
OpenSSL Project http://www.openssl.org
User Support Mailing List openssl-users@openssl.org
Automated List Manager majord...@openssl.org