Home
last modified time | relevance | path

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

/dports/security/pam_ssh/pam_ssh-8.0/openssh/
H A Dkex.c1121 char *our_version_string = NULL, *peer_version_string = NULL; in kex_exchange_identification() local
1147 our_version_string = sshbuf_dup_string(our_version); in kex_exchange_identification()
1148 if (our_version_string == NULL) { in kex_exchange_identification()
1153 debug("Local version string %.100s", our_version_string); in kex_exchange_identification()
1308 free(our_version_string); in kex_exchange_identification()
/dports/security/openssh-portable/openssh-8.8p1/
H A Dkex.c1183 char *our_version_string = NULL, *peer_version_string = NULL; in kex_exchange_identification() local
1212 our_version_string = sshbuf_dup_string(our_version); in kex_exchange_identification()
1213 if (our_version_string == NULL) { in kex_exchange_identification()
1218 debug("Local version string %.100s", our_version_string); in kex_exchange_identification()
1372 free(our_version_string); in kex_exchange_identification()