Home
last modified time | relevance | path

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

/openbsd/src/usr.bin/ssh/
Dkex.c1239 char *our_version_string = NULL, *peer_version_string = NULL; in kex_exchange_identification() local
1268 our_version_string = sshbuf_dup_string(our_version); in kex_exchange_identification()
1269 if (our_version_string == NULL) { in kex_exchange_identification()
1274 debug("Local version string %.100s", our_version_string); in kex_exchange_identification()
1424 free(our_version_string); in kex_exchange_identification()