aboutsummaryrefslogtreecommitdiff
path: root/include/libssh
diff options
context:
space:
mode:
authorAris Adamantiadis <aris@0xbadc0de.be>2015-01-21 15:38:10 +0100
committerAndreas Schneider <asn@cryptomilk.org>2015-02-02 14:45:52 +0100
commit423fa6818bcce491d4e4dafc8e5306905f5e5255 (patch)
tree2979137239e5d8c376d643e128491bfa3276b92a /include/libssh
parent61e2c8f0f75d6cf0948fbac71d92937b9d58fd22 (diff)
downloadlibssh-423fa6818bcce491d4e4dafc8e5306905f5e5255.tar.gz
libssh-423fa6818bcce491d4e4dafc8e5306905f5e5255.tar.xz
libssh-423fa6818bcce491d4e4dafc8e5306905f5e5255.zip
ed25519: ADd OpenSSH encrypted container import
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/wrapper.h1
1 files changed, 1 insertions, 0 deletions
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);