aboutsummaryrefslogtreecommitdiff
path: root/include/libssh
diff options
context:
space:
mode:
authorAris Adamantiadis <aris@0xbadc0de.be>2018-02-28 10:24:55 -0600
committerAndreas Schneider <asn@cryptomilk.org>2018-06-28 09:06:30 +0200
commit238202d38032762c2fec641a90712eaf0ff7bfae (patch)
treec4e5ee8d287eb7a5bb43c66a1a79e8643791e115 /include/libssh
parent8a735d5eb7e7033d7bcda6de6df622a84d264bf1 (diff)
downloadlibssh-238202d38032762c2fec641a90712eaf0ff7bfae.tar.gz
libssh-238202d38032762c2fec641a90712eaf0ff7bfae.tar.xz
libssh-238202d38032762c2fec641a90712eaf0ff7bfae.zip
libgcrypt: make it compatible with chacha20
Signed-off-by: Aris Adamantiadis <aris@0xbadc0de.be> Reviewed-by: Andreas Schneider <asn@cryptomilk.org>
Diffstat (limited to 'include/libssh')
-rw-r--r--include/libssh/libgcrypt.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/include/libssh/libgcrypt.h b/include/libssh/libgcrypt.h
index ec353910..307920d3 100644
--- a/include/libssh/libgcrypt.h
+++ b/include/libssh/libgcrypt.h
@@ -88,6 +88,7 @@ ssh_string ssh_sexp_extract_mpi(const gcry_sexp_t sexp,
#endif /* HAVE_LIBGCRYPT */
+void libgcrypt_init(void);
struct ssh_cipher_struct *ssh_get_ciphertab(void);
#endif /* LIBGCRYPT_H_ */