From 4a628b83d129463e7886c8cdaa31739512947e42 Mon Sep 17 00:00:00 2001 From: Jan Cholasta Date: Sat, 1 Sep 2012 16:10:06 -0400 Subject: SSH: Simplify public key formatting function --- src/util/sss_ssh.h | 13 ------------- 1 file changed, 13 deletions(-) (limited to 'src/util/sss_ssh.h') 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 @@ -41,22 +41,9 @@ sss_ssh_make_ent(TALLOC_CTX *mem_ctx, struct ldb_message *msg, 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_ */ -- cgit