From da10692aa283aa15b42eb765f3e2bc1bdf6328d5 Mon Sep 17 00:00:00 2001 From: Ben Laurie Date: Sat, 16 Jan 1999 17:49:12 +0000 Subject: [PATCH] More prototypes. --- ssl/ssl_lib.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ssl/ssl_lib.c b/ssl/ssl_lib.c index 9e578fd738..2bc0e3f2b2 100644 --- a/ssl/ssl_lib.c +++ b/ssl/ssl_lib.c @@ -589,7 +589,7 @@ int num; int SSL_write(s,buf,num) SSL *s; -char *buf; +const char *buf; int num; { if (s->shutdown & SSL_SENT_SHUTDOWN) -- GitLab