Home
last modified time | relevance | path

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

/titanic_50/usr/src/cmd/ssh/libssh/common/
H A Dcompat.c235 char *orig_prop, *fix_ciphers; in compat_cipher_proposal() local
251 fix_ciphers = xstrdup(buffer_ptr(&b)); in compat_cipher_proposal()
255 debug2("Compat cipher proposal: %s", fix_ciphers); in compat_cipher_proposal()
256 if (!*fix_ciphers) in compat_cipher_proposal()
259 return(fix_ciphers); in compat_cipher_proposal()