diff options
author | Jan Cholasta <jcholast@redhat.com> | 2012-09-01 16:10:06 -0400 |
---|---|---|
committer | Jakub Hrozek <jhrozek@redhat.com> | 2012-09-04 10:17:42 +0200 |
commit | 4a628b83d129463e7886c8cdaa31739512947e42 (patch) | |
tree | 7fa8c3db79ab065d0d95dad82abac15f43690b6e /src/util/sss_ssh.h | |
parent | ef9f85751b26995093cc9782fe48ddeacc8e2d3f (diff) | |
download | sssd-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.h | 13 |
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_ */ |