diff options
Diffstat (limited to 'include/libssh/libgcrypt.h')
| -rw-r--r-- | include/libssh/libgcrypt.h | 2 |
1 files changed, 1 insertions, 1 deletions
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_ */ |
