1
1
git-svn-id: svn+ssh://svn.berlios.de/svnroot/repos/libssh/trunk@402 7dcaeef0-15fb-0310-b436-a5af3365683c
Этот коммит содержится в:
Andreas Schneider 2009-04-05 10:34:02 +00:00
родитель 081e81b813
Коммит 6492e3e69c

Просмотреть файл

@ -44,7 +44,7 @@
#endif
struct crypto_struct {
char *name; /* ssh name of the algorithm */
const char *name; /* ssh name of the algorithm */
unsigned int blocksize; /* blocksize of the algo */
unsigned int keylen; /* length of the key structure */
#ifdef HAVE_LIBGCRYPT