From 423fa6818bcce491d4e4dafc8e5306905f5e5255 Mon Sep 17 00:00:00 2001 From: Aris Adamantiadis Date: Wed, 21 Jan 2015 15:38:10 +0100 Subject: ed25519: ADd OpenSSH encrypted container import Signed-off-by: Aris Adamantiadis Reviewed-by: Andreas Schneider --- include/libssh/wrapper.h | 1 + 1 file changed, 1 insertion(+) (limited to 'include/libssh') diff --git a/include/libssh/wrapper.h b/include/libssh/wrapper.h index a327e188..cdd72d6d 100644 --- a/include/libssh/wrapper.h +++ b/include/libssh/wrapper.h @@ -97,6 +97,7 @@ void crypto_free(struct ssh_crypto_struct *crypto); void ssh_reseed(void); +void ssh_cipher_clear(struct ssh_cipher_struct *cipher); struct ssh_hmac_struct *ssh_get_hmactab(void); const char *ssh_hmac_type_to_string(enum ssh_hmac_e hmac_type); -- cgit