summaryrefslogtreecommitdiffstats
path: root/include/libssh/wrapper.h
diff options
context:
space:
mode:
authorDirkjan Bussink <d.bussink@gmail.com>2014-04-20 10:09:39 +0000
committerAndreas Schneider <asn@cryptomilk.org>2014-04-22 10:57:18 +0200
commit6c74d6f891bab99f68fffdb78dec66de369898c7 (patch)
tree3873f820ee92ef9e6696ac27d63590e6b2ceb3f6 /include/libssh/wrapper.h
parent262c82ac0661bb0be46477006ed366e401c1620f (diff)
downloadlibssh-6c74d6f891bab99f68fffdb78dec66de369898c7.tar.gz
libssh-6c74d6f891bab99f68fffdb78dec66de369898c7.tar.xz
libssh-6c74d6f891bab99f68fffdb78dec66de369898c7.zip
Add options support for setting and getting HMAC algorithms
BUG: https://red.libssh.org/issues/91 Reviewed-by: Andreas Schneider <asn@cryptomilk.org>
Diffstat (limited to 'include/libssh/wrapper.h')
-rw-r--r--include/libssh/wrapper.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/include/libssh/wrapper.h b/include/libssh/wrapper.h
index f2a98bde..d19d097c 100644
--- a/include/libssh/wrapper.h
+++ b/include/libssh/wrapper.h
@@ -97,5 +97,6 @@ void crypto_free(struct ssh_crypto_struct *crypto);
void ssh_reseed(void);
struct ssh_hmac_struct *ssh_get_hmactab(void);
+const char *ssh_hmac_type_to_string(enum ssh_hmac_e hmac_type);
#endif /* WRAPPER_H_ */