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. Regards, Esimorp.