From 6492e3e69c58068a817258a86c869ea4a376acc0 Mon Sep 17 00:00:00 2001 From: Andreas Schneider Date: Sun, 5 Apr 2009 10:34:02 +0000 Subject: [PATCH] Fix build warning. git-svn-id: svn+ssh://svn.berlios.de/svnroot/repos/libssh/trunk@402 7dcaeef0-15fb-0310-b436-a5af3365683c --- include/libssh/crypto.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/include/libssh/crypto.h b/include/libssh/crypto.h index 8c7afd4b..a59dab1f 100644 --- a/include/libssh/crypto.h +++ b/include/libssh/crypto.h @@ -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