summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-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