diff options
| author | Aris Adamantiadis <aris@0xbadc0de.be> | 2011-09-17 00:20:45 +0200 |
|---|---|---|
| committer | Aris Adamantiadis <aris@0xbadc0de.be> | 2011-09-18 20:34:16 +0200 |
| commit | af09313eac20e91e7e70336c3b8a45688a73d146 (patch) | |
| tree | 0b731e2b25bb0307af0e47433a3f535451461b36 /include/libssh/libgcrypt.h | |
| parent | ac41a083efd64d94dfb15845c6c25ba5667ba8b8 (diff) | |
| download | libssh-af09313eac20e91e7e70336c3b8a45688a73d146.tar.gz libssh-af09313eac20e91e7e70336c3b8a45688a73d146.tar.xz libssh-af09313eac20e91e7e70336c3b8a45688a73d146.zip | |
crypto: rename crypto_struct -> ssh_cipher_struct
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_ */ |
