keyfiles: Remove keyfiles.h.

This commit is contained in:
Andreas Schneider
2011-08-28 14:26:40 +02:00
parent be660e801a
commit 5cf23522de
5 changed files with 0 additions and 39 deletions

View File

@@ -34,7 +34,6 @@
#include "libssh/ssh2.h"
#include "libssh/buffer.h"
#include "libssh/agent.h"
#include "libssh/keyfiles.h"
#include "libssh/misc.h"
#include "libssh/packet.h"
#include "libssh/session.h"

View File

@@ -37,7 +37,6 @@
#include "libssh/pki_priv.h"
#include <libssh/misc.h>
#include <libssh/keys.h>
#include <libssh/keyfiles.h>
/* AUTH FUNCTIONS */
int ssh_auth_list(ssh_session session) {
@@ -390,11 +389,6 @@ ssh_private_key privatekey_from_file(ssh_session session,
return privkey;
}
ssh_private_key _privatekey_from_file(void *session, const char *filename,
int type) {
return privatekey_from_file(session, filename, type, NULL);
}
enum ssh_keytypes_e ssh_privatekey_type(ssh_private_key privatekey){
if (privatekey==NULL)
return SSH_KEYTYPE_UNKNOWN;

View File

@@ -50,7 +50,6 @@
#include "libssh/priv.h"
#include "libssh/buffer.h"
#include "libssh/keyfiles.h"
#include "libssh/session.h"
#include "libssh/wrapper.h"
#include "libssh/misc.h"

View File

@@ -48,7 +48,6 @@
#include "libssh/libssh.h"
#include "libssh/server.h"
#include "libssh/ssh2.h"
#include "libssh/keyfiles.h"
#include "libssh/buffer.h"
#include "libssh/packet.h"
#include "libssh/socket.h"