Home
last modified time | relevance | path

Searched refs:fix_ciphers (Results 1 – 1 of 1) sorted by relevance

/mirbsd/src/usr.bin/ssh/
Dcompat.c212 char *orig_prop, *fix_ciphers; in compat_cipher_proposal() local
228 fix_ciphers = xstrdup(buffer_ptr(&b)); in compat_cipher_proposal()
232 debug2("Compat cipher proposal: %s", fix_ciphers); in compat_cipher_proposal()
233 if (!*fix_ciphers) in compat_cipher_proposal()
236 return(fix_ciphers); in compat_cipher_proposal()