Constification needed.
[openssl.git] / MacOS / GetHTTPS.src / MacSocket.cpp
index 272613634792c21f74aac587760e779b54240016..c95d804d5d4834409f122226c4a5552066441445 100644 (file)
@@ -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
+*/