summaryrefslogtreecommitdiffstats
path: root/ssl/s3_both.c
diff options
context:
space:
mode:
authorBodo Möller <bodo@openssl.org>2000-01-05 23:11:51 +0000
committerBodo Möller <bodo@openssl.org>2000-01-05 23:11:51 +0000
commitc44f75404776af0d046ae05258b055389fb5686a (patch)
tree318512bb5900375a9176096644caaf3fa9f7a1a3 /ssl/s3_both.c
parent023f77002f89262c1939c6100e757b92e68fb12a (diff)
Slight code cleanup for handling finished labels.
Diffstat (limited to 'ssl/s3_both.c')
-rw-r--r--ssl/s3_both.c3
1 files changed, 1 insertions, 2 deletions
diff --git a/ssl/s3_both.c b/ssl/s3_both.c
index 9de3e45f50..a6348b6260 100644
--- a/ssl/s3_both.c
+++ b/ssl/s3_both.c
@@ -64,8 +64,7 @@
#include <openssl/x509.h>
#include "ssl_locl.h"
-int ssl3_send_finished(SSL *s, int a, int b, unsigned char *sender,
- int slen)
+int ssl3_send_finished(SSL *s, int a, int b, const char *sender, int slen)
{
unsigned char *p,*d;
int i;