X-Git-Url: https://git.openssl.org/gitweb/?p=openssl.git;a=blobdiff_plain;f=MacOS%2FGetHTTPS.src%2FMacSocket.cpp;h=c95d804d5d4834409f122226c4a5552066441445;hp=272613634792c21f74aac587760e779b54240016;hb=738554331b1f61defa11e9ee49c7c63226b9f60a;hpb=3f083ef0ebf33487d0493bb65523562144b49e38 diff --git a/MacOS/GetHTTPS.src/MacSocket.cpp b/MacOS/GetHTTPS.src/MacSocket.cpp index 2726136347..c95d804d5d 100644 --- a/MacOS/GetHTTPS.src/MacSocket.cpp +++ b/MacOS/GetHTTPS.src/MacSocket.cpp @@ -1287,7 +1287,7 @@ EXITPOINT: // Send some bytes -int MacSocket_send(const int inSocketNum,void *inBuff,int inBuffLength) +int MacSocket_send(const int inSocketNum,const void *inBuff,int inBuffLength) { OSErr errCode = noErr; int bytesSent = 0; @@ -1604,4 +1604,4 @@ EPInfo* epi = (EPInfo*) context; } } } -*/ \ No newline at end of file +*/