1
0
mirror of https://git.libssh.org/projects/libssh.git synced 2025-08-08 19:02:06 +03:00

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

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