diff options.h @ 234:b3cca2d9ee3c

Increase algorithm list buffer length
author Matt Johnston <matt@ucc.asn.au>
date Fri, 02 Sep 2005 07:14:50 +0000
parents 225e6822ef53
children ea5189f97cfd
line wrap: on
line diff
--- a/options.h	Tue Aug 30 18:00:11 2005 +0000
+++ b/options.h	Fri Sep 02 07:14:50 2005 +0000
@@ -289,6 +289,9 @@
 
 #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