summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--include/libssh/pki.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/include/libssh/pki.h b/include/libssh/pki.h
index 8d3ef0c..2015f5d 100644
--- a/include/libssh/pki.h
+++ b/include/libssh/pki.h
@@ -36,7 +36,9 @@ struct ssh_key_struct {
#elif HAVE_LIBCRYPTO
DSA *dsa;
RSA *rsa;
+ void *ecdsa;
#endif
+ void *cert;
};
void ssh_key_clean (ssh_key key);