From 3a5f3d0e407fc493f4a740bd79f4e3c586fc3841 Mon Sep 17 00:00:00 2001 From: markus Date: Sun, 11 May 2003 21:34:11 +0000 Subject: import 0.9.7b (without idea and rc5) --- lib/libssl/src/MacOS/GetHTTPS.src/MacSocket.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'lib/libssl/src/MacOS/GetHTTPS.src/MacSocket.cpp') diff --git a/lib/libssl/src/MacOS/GetHTTPS.src/MacSocket.cpp b/lib/libssl/src/MacOS/GetHTTPS.src/MacSocket.cpp index aaf2a68ca9e..c95d804d5d4 100644 --- a/lib/libssl/src/MacOS/GetHTTPS.src/MacSocket.cpp +++ b/lib/libssl/src/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; -- cgit v1.2.3-59-g8ed1b