From d8b41bcac3cffe5bebc76439d9d9f22e1e8c6d85 Mon Sep 17 00:00:00 2001 From: Andreas Schneider Date: Sun, 7 Aug 2011 13:22:13 +0200 Subject: pki: Add placeholder for ecdsa and certs. --- include/libssh/pki.h | 2 ++ 1 file changed, 2 insertions(+) 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); -- cgit