From af09313eac20e91e7e70336c3b8a45688a73d146 Mon Sep 17 00:00:00 2001 From: Aris Adamantiadis Date: Sat, 17 Sep 2011 00:20:45 +0200 Subject: crypto: rename crypto_struct -> ssh_cipher_struct --- include/libssh/libcrypto.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'include/libssh/libcrypto.h') diff --git a/include/libssh/libcrypto.h b/include/libssh/libcrypto.h index f1986602..8ddeac97 100644 --- a/include/libssh/libcrypto.h +++ b/include/libssh/libcrypto.h @@ -72,7 +72,7 @@ SHA256CTX sha256_init(void); void sha256_update(SHA256CTX c, const void *data, unsigned long len); void sha256_final(unsigned char *md, SHA256CTX c); -struct crypto_struct *ssh_get_ciphertab(void); +struct ssh_cipher_struct *ssh_get_ciphertab(void); #endif /* HAVE_LIBCRYPTO */ -- cgit