summaryrefslogtreecommitdiffstats
path: root/src/util/sss_ssh.h
diff options
context:
space:
mode:
authorJan Cholasta <jcholast@redhat.com>2012-09-01 16:10:06 -0400
committerJakub Hrozek <jhrozek@redhat.com>2012-09-04 10:17:42 +0200
commit4a628b83d129463e7886c8cdaa31739512947e42 (patch)
tree7fa8c3db79ab065d0d95dad82abac15f43690b6e /src/util/sss_ssh.h
parentef9f85751b26995093cc9782fe48ddeacc8e2d3f (diff)
downloadsssd-4a628b83d129463e7886c8cdaa31739512947e42.tar.gz
sssd-4a628b83d129463e7886c8cdaa31739512947e42.tar.xz
sssd-4a628b83d129463e7886c8cdaa31739512947e42.zip
SSH: Simplify public key formatting function
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_ */