aboutsummaryrefslogtreecommitdiff
path: root/include/libssh
diff options
context:
space:
mode:
authorAndreas Schneider <asn@cryptomilk.org>2011-09-10 12:47:47 +0200
committerAndreas Schneider <asn@cryptomilk.org>2011-09-10 12:47:47 +0200
commit35dce7e8d181a5bd8bb78e030c1d93a439b1d217 (patch)
treeb9104faf036254605e1850cd5face9147ec03e2c /include/libssh
parentc8f48a247808fe9ad8a59774545f527dbea71cfc (diff)
downloadlibssh-35dce7e8d181a5bd8bb78e030c1d93a439b1d217.tar.gz
libssh-35dce7e8d181a5bd8bb78e030c1d93a439b1d217.tar.xz
libssh-35dce7e8d181a5bd8bb78e030c1d93a439b1d217.zip
priv: Remove obsolete ssh_keys_struct.
Diffstat (limited to 'include/libssh')
-rw-r--r--include/libssh/priv.h5
1 files changed, 0 insertions, 5 deletions
diff --git a/include/libssh/priv.h b/include/libssh/priv.h
index 7493d145..2258d5dd 100644
--- a/include/libssh/priv.h
+++ b/include/libssh/priv.h
@@ -135,11 +135,6 @@ struct error_struct {
/* TODO: remove that include */
#include "libssh/wrapper.h"
-struct ssh_keys_struct {
- const char *privatekey;
- const char *publickey;
-};
-
struct ssh_message_struct;
struct ssh_common_struct;