Increase algorithm list buffer length

--HG--
extra : convert_revision : c821fb2723909e932bb390b2eb46a9e0c6f28c30
This commit is contained in:
Matt Johnston
2005-09-02 07:14:50 +00:00
parent aba295323e
commit f724ece386
2 changed files with 4 additions and 1 deletions

View File

@@ -289,6 +289,9 @@ etc) slower (perhaps by 50%). Recommended for most small systems. */
#define MAX_PROPOSED_ALGO 20
#define MAX_ALGO_LIST_LEN 100 /* max length of our sent algorithm list
(cipher is longest) */
/* size/count limits */
#define MAX_LISTEN_ADDR 10