From 2a8ea3b6c2a14a796c104f1accd5f22adf6ad91a Mon Sep 17 00:00:00 2001 From: Tobias Pape Date: Mon, 5 Sep 2016 23:37:40 +0200 Subject: [PATCH] add another sqInt inconsistency fix --- platforms/Mac OS/plugins/SqueakSSL/sqMacSSL.c | 2 +- platforms/iOS/plugins/SqueakSSL/sqMacSSL.c | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/platforms/Mac OS/plugins/SqueakSSL/sqMacSSL.c b/platforms/Mac OS/plugins/SqueakSSL/sqMacSSL.c index 0f22e53ac6..a3b08df156 100644 --- a/platforms/Mac OS/plugins/SqueakSSL/sqMacSSL.c +++ b/platforms/Mac OS/plugins/SqueakSSL/sqMacSSL.c @@ -632,7 +632,7 @@ sqInt sqSetStringPropertySSL(sqInt handle, int propID, char* propName, propID - the property id to retrieve Returns: The integer value of the property. */ -int sqGetIntPropertySSL(sqInt handle, int propID) +sqInt sqGetIntPropertySSL(sqInt handle, int propID) { sqSSL* ssl = sqSSLFromHandle(handle); diff --git a/platforms/iOS/plugins/SqueakSSL/sqMacSSL.c b/platforms/iOS/plugins/SqueakSSL/sqMacSSL.c index 0f22e53ac6..a3b08df156 100644 --- a/platforms/iOS/plugins/SqueakSSL/sqMacSSL.c +++ b/platforms/iOS/plugins/SqueakSSL/sqMacSSL.c @@ -632,7 +632,7 @@ sqInt sqSetStringPropertySSL(sqInt handle, int propID, char* propName, propID - the property id to retrieve Returns: The integer value of the property. */ -int sqGetIntPropertySSL(sqInt handle, int propID) +sqInt sqGetIntPropertySSL(sqInt handle, int propID) { sqSSL* ssl = sqSSLFromHandle(handle);