From cff00f43c2c127ecad60a70249b0a21fa68193c6 Mon Sep 17 00:00:00 2001 From: Matt Johnston Date: Fri, 2 Sep 2005 15:33:09 +0000 Subject: [PATCH] disapproval of revision ac41ae96770156bca2c0193b500ee07ee8d9a027 --HG-- extra : convert_revision : f90dd77112802d0d9252e4c124a14d0f4fcd9011 --- common-algo.c | 2 +- options.h | 3 --- 2 files changed, 1 insertion(+), 4 deletions(-) diff --git a/common-algo.c b/common-algo.c index 71b1c6a..45adecb 100644 --- a/common-algo.c +++ b/common-algo.c @@ -210,7 +210,7 @@ int have_algo(char* algo, size_t algolen, algo_type algos[]) { void buf_put_algolist(buffer * buf, algo_type localalgos[]) { unsigned int pos = 0, i, len; - char str[MAX_ALGO_LIST_LEN]; + char str[50]; /* enough for local algo storage */ for (i = 0; localalgos[i].name != NULL; i++) { if (localalgos[i].usable) { diff --git a/options.h b/options.h index 25cfa8b..5ec19fc 100644 --- a/options.h +++ b/options.h @@ -289,9 +289,6 @@ 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