Changes between Initial Version and Version 1 of Ticket #737, comment 3


Ignore:
Timestamp:
09/28/16 09:32:34 (8 years ago)
Author:
Steffan Karger
Comment:

Legend:

Unmodified
Added
Removed
Modified
  • Ticket #737, comment 3

    initial v1  
    11Sorry, I didn't realize that there were already patches for this.  Attached a patch that I just wrote to fix this.
    22
    3 Instead of checking this during connection, I opted to check the cipher list on startup.  Catching failures early probably saves some users a headache.
     3~~Instead of checking this during connection,~~ I //also// opted to check the cipher list on startup.  Catching failures early probably saves some users a headache.
     4
     5Edit:
     6Just looked at ValdikSS' patch.  Checking options shouldn't be done in the options parsing, but rather in the options checking functions.