summaryrefslogtreecommitdiff
path: root/ssl/s2_pkt.c
diff options
context:
space:
mode:
authorben <ben>1999-04-17 21:24:27 +0000
committerben <ben>1999-04-17 21:24:27 +0000
commit1d649ba29f0afdda06d490ac106c9b6b728897f4 (patch)
tree8c6021775468fbbd6dbe686646ae1147e6a8bd6e /ssl/s2_pkt.c
parentb202b430e13ba439bbb95f5468e242448a2c5ed8 (diff)
downloadopenssl-1d649ba29f0afdda06d490ac106c9b6b728897f4.tar.gz
Massive constification.
Diffstat (limited to 'ssl/s2_pkt.c')
-rw-r--r--ssl/s2_pkt.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/ssl/s2_pkt.c b/ssl/s2_pkt.c
index 96d9a1be5..e1b13ccf6 100644
--- a/ssl/s2_pkt.c
+++ b/ssl/s2_pkt.c
@@ -567,7 +567,7 @@ unsigned int len;
/* lets try to actually write the data */
s->s2->wpend_tot=olen;
- s->s2->wpend_buf=(char *)buf;
+ s->s2->wpend_buf=buf;
s->s2->wpend_ret=len;