summaryrefslogtreecommitdiffstats
path: root/lib/libssl/src/MacOS/GetHTTPS.src/MacSocket.cpp
diff options
context:
space:
mode:
authormarkus <markus@openbsd.org>2003-05-11 21:34:11 +0000
committermarkus <markus@openbsd.org>2003-05-11 21:34:11 +0000
commit3a5f3d0e407fc493f4a740bd79f4e3c586fc3841 (patch)
treeca1fe47248cc912e2a530c11856550d9f5d60cb9 /lib/libssl/src/MacOS/GetHTTPS.src/MacSocket.cpp
parent-DROKEN_RENAME not needed for these. (diff)
downloadwireguard-openbsd-3a5f3d0e407fc493f4a740bd79f4e3c586fc3841.tar.xz
wireguard-openbsd-3a5f3d0e407fc493f4a740bd79f4e3c586fc3841.zip
import 0.9.7b (without idea and rc5)
Diffstat (limited to 'lib/libssl/src/MacOS/GetHTTPS.src/MacSocket.cpp')
-rw-r--r--lib/libssl/src/MacOS/GetHTTPS.src/MacSocket.cpp2
1 files changed, 1 insertions, 1 deletions
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;