From ac4c5699b13faa9d6f10f1b26b3180cebd52cd84 Mon Sep 17 00:00:00 2001 From: Andreas Schneider Date: Fri, 18 Oct 2013 22:46:44 +0200 Subject: pki: Add the type as a char pointer. --- include/libssh/pki.h | 1 + 1 file changed, 1 insertion(+) (limited to 'include/libssh') diff --git a/include/libssh/pki.h b/include/libssh/pki.h index 96bacd5..89a0f98 100644 --- a/include/libssh/pki.h +++ b/include/libssh/pki.h @@ -60,6 +60,7 @@ struct ssh_key_struct { struct ssh_signature_struct { enum ssh_keytypes_e type; + const char *type_c; #ifdef HAVE_LIBGCRYPT gcry_sexp_t dsa_sig; gcry_sexp_t rsa_sig; -- cgit