Skip to content
  • Deucе's avatar
    251d1fb0
    Remove check for fd <= FD_SETSIZE · 251d1fb0
    Deucе authored
    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.
    251d1fb0
    Remove check for fd <= FD_SETSIZE
    Deucе authored
    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.
Loading