mirror of
https://github.com/clearml/dropbear
synced 2025-03-03 18:52:00 +00:00
merge of 57902417ad22502b79c63fcabb7f4a8c8449e682
and 92bb4dd3f6f212342a5c991f738b987d7a07a6b2 --HG-- extra : convert_revision : f4bf35030bf75c46ab649774ebaf7bcf8e545b04
This commit is contained in:
commit
b332e4aaf9
@ -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