Skip to content
Snippets Groups Projects
  • Deucе's avatar
    817cf040
    Give SSH the same treatment TelnetS just got. · 817cf040
    Deucе authored
    Use an atomic that's checked in the while loop in the io threads,
    for SSH, we needed to add a new one since ssh_active indicates the
    cryptlib session is active, so use ssh_complete to indicate that
    a CRYPT_ERROR_COMPLETE (or other final message) occured.
    
    This should fix issue 174.
    817cf040
    History
    Give SSH the same treatment TelnetS just got.
    Deucе authored
    Use an atomic that's checked in the while loop in the io threads,
    for SSH, we needed to add a new one since ssh_active indicates the
    cryptlib session is active, so use ssh_complete to indicate that
    a CRYPT_ERROR_COMPLETE (or other final message) occured.
    
    This should fix issue 174.