Home
last modified time | relevance | path

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

/freebsd/crypto/openssh/
H A Dkex.c1246 char *our_version_string = NULL, *peer_version_string = NULL; in kex_exchange_identification() local
1275 our_version_string = sshbuf_dup_string(our_version); in kex_exchange_identification()
1276 if (our_version_string == NULL) { in kex_exchange_identification()
1281 debug("Local version string %.100s", our_version_string); in kex_exchange_identification()
1431 free(our_version_string); in kex_exchange_identification()