aboutsummaryrefslogtreecommitdiff
path: root/lib/nss.c
diff options
context:
space:
mode:
Diffstat (limited to 'lib/nss.c')
-rw-r--r--lib/nss.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/nss.c b/lib/nss.c
index 07bb2edd0..b6ed59c8b 100644
--- a/lib/nss.c
+++ b/lib/nss.c
@@ -1195,7 +1195,7 @@ error:
/* return number of sent (non-SSL) bytes */
int Curl_nss_send(struct connectdata *conn, /* connection data */
int sockindex, /* socketindex */
- void *mem, /* send this data */
+ const void *mem, /* send this data */
size_t len) /* amount to write */
{
PRInt32 err;