Searched refs:our_version_string (Results 1 – 1 of 1) sorted by relevance
1178 char *our_version_string = NULL, *peer_version_string = NULL; in kex_exchange_identification() local1207 our_version_string = sshbuf_dup_string(our_version); in kex_exchange_identification()1208 if (our_version_string == NULL) { in kex_exchange_identification()1213 debug("Local version string %.100s", our_version_string); in kex_exchange_identification()1371 free(our_version_string); in kex_exchange_identification()