X-Git-Url: https://git.openssl.org/?p=openssl.git;a=blobdiff_plain;f=MacOS%2FGetHTTPS.src%2FMacSocket.h;fp=MacOS%2FGetHTTPS.src%2FMacSocket.h;h=ad59dc9e4f9acaf16d3344edd22e2334c7ea2140;hp=6e90a5bb4476ac5eb393675bd9bc5b01305b3293;hb=738554331b1f61defa11e9ee49c7c63226b9f60a;hpb=3f083ef0ebf33487d0493bb65523562144b49e38 diff --git a/MacOS/GetHTTPS.src/MacSocket.h b/MacOS/GetHTTPS.src/MacSocket.h index 6e90a5bb44..ad59dc9e4f 100644 --- a/MacOS/GetHTTPS.src/MacSocket.h +++ b/MacOS/GetHTTPS.src/MacSocket.h @@ -62,7 +62,7 @@ int MacSocket_recv(const int inSocketNum,void *outBuff,int outBuffLength,const B // Call this to send data on a socket -int MacSocket_send(const int inSocketNum,void *inBuff,int inBuffLength); +int MacSocket_send(const int inSocketNum,const void *inBuff,int inBuffLength); // If zero bytes were read in a call to MacSocket_recv(), it may be that the remote end has done a half-close