struct ssh_signature_struct
#include <include/libssh/pki.h> struct ssh_signature_struct { // fields ed25519_signature* ed25519_sig; enum ssh_keytypes_e type; const char* type_c; };
#include <include/libssh/pki.h> struct ssh_signature_struct { // fields ed25519_signature* ed25519_sig; enum ssh_keytypes_e type; const char* type_c; };