mirror of
https://github.com/clearml/dropbear
synced 2025-01-31 10:57:01 +00:00
disapproval of revision ac41ae96770156bca2c0193b500ee07ee8d9a027
--HG-- extra : convert_revision : f90dd77112802d0d9252e4c124a14d0f4fcd9011
This commit is contained in:
parent
f724ece386
commit
cff00f43c2
@ -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) {
|
||||
|
Loading…
Reference in New Issue
Block a user