aboutsummaryrefslogtreecommitdiff
path: root/include/libssh/crypto.h
diff options
context:
space:
mode:
authorAndreas Schneider <mail@cynapses.org>2009-04-05 10:34:02 +0000
committerAndreas Schneider <mail@cynapses.org>2009-04-05 10:34:02 +0000
commit6492e3e69c58068a817258a86c869ea4a376acc0 (patch)
tree60643471d52ccac4f692ae5487ec22658cbf574e /include/libssh/crypto.h
parent081e81b8134caebd1c2b394f86a7bb414191a9ca (diff)
downloadlibssh-6492e3e69c58068a817258a86c869ea4a376acc0.tar.gz
libssh-6492e3e69c58068a817258a86c869ea4a376acc0.tar.xz
libssh-6492e3e69c58068a817258a86c869ea4a376acc0.zip
Fix build warning.
git-svn-id: svn+ssh://svn.berlios.de/svnroot/repos/libssh/trunk@402 7dcaeef0-15fb-0310-b436-a5af3365683c
Diffstat (limited to 'include/libssh/crypto.h')
-rw-r--r--include/libssh/crypto.h2
1 files changed, 1 insertions, 1 deletions
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