pki: Add the type as a char pointer.

This commit is contained in:
Andreas Schneider
2013-10-18 22:46:44 +02:00
parent 5b7f07b484
commit 02f80eb288
3 changed files with 6 additions and 2 deletions

View File

@@ -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;