summaryrefslogtreecommitdiffstats
path: root/libssh/dh.c
diff options
context:
space:
mode:
Diffstat (limited to 'libssh/dh.c')
-rw-r--r--libssh/dh.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/libssh/dh.c b/libssh/dh.c
index 35d130c..e248433 100644
--- a/libssh/dh.c
+++ b/libssh/dh.c
@@ -129,7 +129,7 @@ void ssh_print_bignum(char *which,bignum num){
free(hex);
}
-void ssh_print_hexa(char *descr,unsigned char *what, int len){
+void ssh_print_hexa(char *descr, const unsigned char *what, int len){
int i;
printf("%s : ",descr);
if(len>16)