summaryrefslogtreecommitdiffstats
path: root/src/util/sss_ssh.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/util/sss_ssh.h')
-rw-r--r--src/util/sss_ssh.h13
1 files changed, 0 insertions, 13 deletions
diff --git a/src/util/sss_ssh.h b/src/util/sss_ssh.h
index ef663d9ae..fec7c732b 100644
--- a/src/util/sss_ssh.h
+++ b/src/util/sss_ssh.h
@@ -42,21 +42,8 @@ sss_ssh_make_ent(TALLOC_CTX *mem_ctx,
struct sss_ssh_ent **result);
errno_t
-sss_ssh_get_pubkey_algorithm(TALLOC_CTX *mem_ctx,
- struct sss_ssh_pubkey *pubkey,
- char **result);
-
-enum sss_ssh_pubkey_format {
- SSS_SSH_FORMAT_RAW,
- SSS_SSH_FORMAT_OPENSSH
-};
-
-errno_t
sss_ssh_format_pubkey(TALLOC_CTX *mem_ctx,
- struct sss_ssh_ent *ent,
struct sss_ssh_pubkey *pubkey,
- enum sss_ssh_pubkey_format format,
- const char *comment,
char **result);
#endif /* _SSS_SSH_H_ */