Subj : 3rdp/build/cl-poll-not-select.patch To : Git commit to main/sbbs/master From : Deucе Date : Tue Dec 07 2021 12:19 pm https://gitlab.synchro.net/main/sbbs/-/commit/fd214111dc767858264bffec Modified Files: 3rdp/build/cl-poll-not-select.patch Log Message: Remove check for fd <= FD_SETSIZE This was preventing cryptlib from working with socket descriptors over FD_SETSIZE despite being patched to use poll() to avoid the issue it's protecting against. May fix the various SSH/SSL internal error issues. .