1
0
mirror of https://github.com/libssh2/libssh2.git synced 2025-10-31 23:30:25 +03:00

crypt: use hard-wired cipher block sizes consistently

This commit is contained in:
Kamil Dudka
2012-09-11 09:33:34 +02:00
parent bfbb5a4dc7
commit 5d567faecc
6 changed files with 11 additions and 19 deletions

View File

@@ -883,7 +883,7 @@ struct _LIBSSH2_CRYPT_METHOD
int *free_iv, unsigned char *secret, int *free_secret,
int encrypt, void **abstract);
int (*crypt) (LIBSSH2_SESSION * session, unsigned char *block,
void **abstract);
size_t blocksize, void **abstract);
int (*dtor) (LIBSSH2_SESSION * session, void **abstract);
_libssh2_cipher_type(algo);