Fix build warning.

git-svn-id: svn+ssh://svn.berlios.de/svnroot/repos/libssh/trunk@402 7dcaeef0-15fb-0310-b436-a5af3365683c
This commit is contained in:
Andreas Schneider
2009-04-05 10:34:02 +00:00
parent 081e81b813
commit 6492e3e69c

View File

@@ -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