From 2f7886837f44351fc00e1a251c464bf6de2da2d1 Mon Sep 17 00:00:00 2001 From: Aris Adamantiadis Date: Tue, 20 Jan 2015 11:31:27 +0100 Subject: [PATCH] pki.h: Replace tabs with spaces Signed-off-by: Aris Adamantiadis Reviewed-by: Andreas Schneider --- include/libssh/pki_priv.h | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/include/libssh/pki_priv.h b/include/libssh/pki_priv.h index 0aaadb60..5751d412 100644 --- a/include/libssh/pki_priv.h +++ b/include/libssh/pki_priv.h @@ -94,9 +94,9 @@ ssh_signature pki_do_sign_sessionid(const ssh_key key, const unsigned char *hash, size_t hlen); int pki_ed25519_sign(const ssh_key privkey, ssh_signature sig, - const unsigned char *hash, size_t hlen); + const unsigned char *hash, size_t hlen); int pki_ed25519_verify(const ssh_key pubkey, ssh_signature sig, - const unsigned char *hash, size_t hlen); + const unsigned char *hash, size_t hlen); int pki_ed25519_key_cmp(const ssh_key k1, const ssh_key k2, enum ssh_keycmp_e what);