aboutsummaryrefslogtreecommitdiff
path: root/include
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:22:24 +0200
commitac4c5699b13faa9d6f10f1b26b3180cebd52cd84 (patch)
tree810a98ccacd17155d7b2b2247692bf67ae4c2d70 /include
parent15e31eb464b31c30499131e184f77d0ad13dcdec (diff)
downloadlibssh-ac4c5699b13faa9d6f10f1b26b3180cebd52cd84.tar.gz
libssh-ac4c5699b13faa9d6f10f1b26b3180cebd52cd84.tar.xz
libssh-ac4c5699b13faa9d6f10f1b26b3180cebd52cd84.zip
pki: Add the type as a char pointer.
Diffstat (limited to 'include')
-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;