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:
@@ -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;
|
||||
|
Reference in New Issue
Block a user