Diff:
libssh.so 0.5.5 (x86_64)
libssh.so 0.6.0 (x86_64)

ABI
Viewer

SymbolsTypes



Type Usage: kex_struct (2)


Used As Name Used In
FIELD .client_kex struct ssh_session_struct {
    ...
    ssh_string dh_server_signature,
    KEX server_kex,
    KEX client_kex,
    ssh_buffer in_hashbuf,
    ssh_buffer out_hashbuf,
    ...
} »
FIELD .server_kex struct ssh_session_struct {
    ...
    enum ssh_channel_request_state_e global_req_state,
    ssh_string dh_server_signature,
    KEX server_kex,
    KEX client_kex,
    ssh_buffer in_hashbuf,
    ...
} »



Andrey Ponomarenko's ABI laboratory