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/libgcrypt.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'include/libssh/libgcrypt.h') diff --git a/include/libssh/libgcrypt.h b/include/libssh/libgcrypt.h index 65545555..c4b0dc00 100644 --- a/include/libssh/libgcrypt.h +++ b/include/libssh/libgcrypt.h @@ -62,6 +62,6 @@ typedef gcry_mpi_t bignum; #endif /* HAVE_LIBGCRYPT */ -struct crypto_struct *ssh_get_ciphertab(void); +struct ssh_cipher_struct *ssh_get_ciphertab(void); #endif /* LIBGCRYPT_H_ */ -- cgit