Home
last modified time | relevance | path

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

/dflybsd-src/crypto/openssh/
H A Dkex.c1248 char *our_version_string = NULL, *peer_version_string = NULL; in kex_exchange_identification() local
1277 our_version_string = sshbuf_dup_string(our_version); in kex_exchange_identification()
1278 if (our_version_string == NULL) { in kex_exchange_identification()
1283 debug("Local version string %.100s", our_version_string); in kex_exchange_identification()
1433 free(our_version_string); in kex_exchange_identification()