From: Ben Laurie Date: Sat, 16 Jan 1999 17:49:12 +0000 (+0000) Subject: More prototypes. X-Git-Tag: OpenSSL_0_9_2b~256 X-Git-Url: https://git.librecmc.org/?a=commitdiff_plain;h=da10692aa283aa15b42eb765f3e2bc1bdf6328d5;p=oweals%2Fopenssl.git More prototypes. --- 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)