summaryrefslogtreecommitdiffstats
path: root/lib/smux.c
diff options
context:
space:
mode:
Diffstat (limited to 'lib/smux.c')
-rw-r--r--lib/smux.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/smux.c b/lib/smux.c
index ec87e10e..df02dd44 100644
--- a/lib/smux.c
+++ b/lib/smux.c
@@ -977,7 +977,7 @@ smux_open (int sock)
ptr = asn_build_string (ptr, &len,
(u_char)
(ASN_UNIVERSAL | ASN_PRIMITIVE | ASN_OCTET_STR),
- progname, strlen (progname));
+ progname, strlen ((void*)progname));
/* SMUX connection password. */
ptr = asn_build_string (ptr, &len,