aboutsummaryrefslogtreecommitdiff
path: root/include/libssh
diff options
context:
space:
mode:
Diffstat (limited to 'include/libssh')
-rw-r--r--include/libssh/crypto.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/include/libssh/crypto.h b/include/libssh/crypto.h
index d85b74da..490910fa 100644
--- a/include/libssh/crypto.h
+++ b/include/libssh/crypto.h
@@ -161,4 +161,6 @@ struct ssh_cipher_struct {
void (*cleanup)(struct ssh_cipher_struct *cipher);
};
+const struct ssh_cipher_struct *ssh_get_chacha20poly1305_cipher(void);
+
#endif /* _CRYPTO_H_ */