mirror of
https://github.com/unrealircd/unrealircd.git
synced 2026-07-04 01:43:13 +02:00
e6b2159245d4bd7bde4a15d9533bbd72d4402260
+ as it is manipulating BIO fds. The reason openssl freaked at this, was + that when a fd is closed, we change fds from 4 to 3 etc, in other words, + we renumber fds. SSL didn't know this and if you would call SSL_set_fd it + would close the connection/crash. Added SSL_change_fd() to change the FD + directly through BIO_set_fd.
Description
Languages
C
94.6%
M4
1.8%
Shell
1.5%
Rich Text Format
1%
Makefile
0.6%
Other
0.5%