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

ABI
Viewer

SymbolsTypes



Type Usage: ssh_kex_struct (2)


Used As Name Used In
FIELD .client_kex struct ssh_crypto_struct {
    ...
    void* compress_in_ctx,
    struct ssh_kex_struct server_kex,
    struct ssh_kex_struct client_kex,
    char*[10] kex_methods,
    enum ssh_key_exchange_e kex_type,
    enum ssh_mac_e mac_type
} »
FIELD .server_kex struct ssh_crypto_struct {
    ...
    void* compress_out_ctx,
    void* compress_in_ctx,
    struct ssh_kex_struct server_kex,
    struct ssh_kex_struct client_kex,
    char*[10] kex_methods,
    enum ssh_key_exchange_e kex_type,
    enum ssh_mac_e mac_type
} »



Andrey Ponomarenko's ABI laboratory