summaryrefslogtreecommitdiffstats
path: root/include/libssh
diff options
context:
space:
mode:
authorAndreas Schneider <asn@cryptomilk.org>2013-10-18 22:46:44 +0200
committerAndreas Schneider <asn@cryptomilk.org>2013-10-18 23:50:08 +0200
commit02f80eb288e12c5814c3a727f376d9fae907a50f (patch)
tree9eae2c46ed7be79dfc125227fcdfb8ba8ea503fc /include/libssh
parent5b7f07b484c47497b371b97578c0581b4e96fce4 (diff)
pki: Add the type as a char pointer.
Diffstat (limited to 'include/libssh')
-rw-r--r--include/libssh/pki.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/include/libssh/pki.h b/include/libssh/pki.h
index 96bacd52..89a0f982 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;