<div dir="ltr">Hi Tobias,<br><div class="gmail_extra"><br><br><div class="gmail_quote">On Sat, Jun 14, 2014 at 9:06 AM, Tobias Pape <span dir="ltr">&lt;<a href="mailto:Das.Linux@gmx.de" target="_blank">Das.Linux@gmx.de</a>&gt;</span> wrote:<br>
<blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex"><br>
can&#39;t we link that statically?<br>
I figure the dylibs wont be shipped with OS X in newer versions..<br></blockquote><div><br></div><div>but they may not (and I see no reason why they would).  Also, dynamic linking is to be preferred to pick up the latest version (the xcoce makefiles link against an unversioned name).  So I&#39;ll cross that bridge when I come to it. </div>
<div><br></div><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex">
<br>
best<br>
        -tobias<br>
On 14.06.2014, at 05:36, <a href="mailto:commits@squeakvm.org">commits@squeakvm.org</a> wrote:<br>
<br>
&gt;<br>
&gt; Revision: 3000<br>
&gt; Author:   eliot<br>
&gt; Date:     2014-06-13 20:36:18 -0700 (Fri, 13 Jun 2014)<br>
&gt; Log Message:<br>
&gt; -----------<br>
&gt; Add libcrypto and libssl to Linux and Mac builds of the SqueakSSL plugin.<br>
&gt;<br>
&gt; Modified Paths:<br>
&gt; --------------<br>
&gt;    branches/Cog/build.macos32x86/newspeak.cog.spur/SqueakSSL/SqueakSSL.xcodeproj/project.pbxproj<br>
&gt;    branches/Cog/build.macos32x86/newspeak.cog.v3/SqueakSSL/SqueakSSL.xcodeproj/project.pbxproj<br>
&gt;    branches/Cog/build.macos32x86/newspeak.stack.spur/SqueakSSL/SqueakSSL.xcodeproj/project.pbxproj<br>
&gt;    branches/Cog/build.macos32x86/newspeak.stack.v3/SqueakSSL/SqueakSSL.xcodeproj/project.pbxproj<br>
&gt;    branches/Cog/build.macos32x86/squeak.cog.spur/SqueakSSL/SqueakSSL.xcodeproj/project.pbxproj<br>
&gt;    branches/Cog/build.macos32x86/squeak.cog.v3/SqueakSSL/SqueakSSL.xcodeproj/project.pbxproj<br>
&gt;    branches/Cog/build.macos32x86/squeak.sista.spur/SqueakSSL/SqueakSSL.xcodeproj/project.pbxproj<br>
&gt;    branches/Cog/build.macos32x86/squeak.sista.v3/SqueakSSL/SqueakSSL.xcodeproj/project.pbxproj<br>
&gt;    branches/Cog/build.macos32x86/squeak.stack.spur/SqueakSSL/SqueakSSL.xcodeproj/project.pbxproj<br>
&gt;    branches/Cog/build.macos32x86/squeak.stack.v3/SqueakSSL/SqueakSSL.xcodeproj/project.pbxproj<br>
&gt;<br>
&gt; Added Paths:<br>
&gt; -----------<br>
&gt;    branches/Cog/platforms/unix/plugins/SqueakSSL/Makefile.inc<br>
&gt;<br>
&gt; Property Changed:<br>
&gt; ----------------<br>
&gt;    branches/Cog/platforms/Cross/vm/sqSCCSVersion.h<br>
&gt;<br>
&gt; Modified: branches/Cog/build.macos32x86/newspeak.cog.spur/SqueakSSL/SqueakSSL.xcodeproj/project.pbxproj<br>
&gt; ===================================================================<br>
&gt; --- branches/Cog/build.macos32x86/newspeak.cog.spur/SqueakSSL/SqueakSSL.xcodeproj/project.pbxproj     2014-06-14 02:52:51 UTC (rev 2999)<br>
&gt; +++ branches/Cog/build.macos32x86/newspeak.cog.spur/SqueakSSL/SqueakSSL.xcodeproj/project.pbxproj     2014-06-14 03:36:18 UTC (rev 3000)<br>
&gt; @@ -10,6 +10,8 @@<br>
&gt;               73027B6B17012E5F0086D8E4 /* SqueakSSL.c in Sources */ = {isa = PBXBuildFile; fileRef = 73027B6A17012E5F0086D8E4 /* SqueakSSL.c */; };<br>
&gt;               732D9F4317012B6E00E25893 /* Security.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = 732D9F4117012B6E00E25893 /* Security.framework */; };<br>
&gt;               732D9F4417012B6E00E25893 /* CoreFoundation.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = 732D9F4217012B6E00E25893 /* CoreFoundation.framework */; };<br>
&gt; +             73CEDF26194BF52D005C12A4 /* libcrypto.dylib in Frameworks */ = {isa = PBXBuildFile; fileRef = 73CEDF25194BF52D005C12A4 /* libcrypto.dylib */; };<br>
&gt; +             73CEDF28194BF53B005C12A4 /* libssl.dylib in Frameworks */ = {isa = PBXBuildFile; fileRef = 73CEDF27194BF53B005C12A4 /* libssl.dylib */; };<br>
&gt;               73D8A6421701272700C66275 /* sqMacSSL.c in Sources */ = {isa = PBXBuildFile; fileRef = 73D8A6411701272700C66275 /* sqMacSSL.c */; };<br>
&gt; /* End PBXBuildFile section */<br>
&gt;<br>
&gt; @@ -19,6 +21,8 @@<br>
&gt;               732D9F4117012B6E00E25893 /* Security.framework */ = {isa = PBXFileReference; lastKnownFileType = wrapper.framework; name = Security.framework; path = /System/Library/Frameworks/Security.framework; sourceTree = &quot;&lt;absolute&gt;&quot;; };<br>

&gt;               732D9F4217012B6E00E25893 /* CoreFoundation.framework */ = {isa = PBXFileReference; lastKnownFileType = wrapper.framework; name = CoreFoundation.framework; path = /System/Library/Frameworks/CoreFoundation.framework; sourceTree = &quot;&lt;absolute&gt;&quot;; };<br>

&gt;               73811791170128D400CB30CE /* sq.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; name = sq.h; path = ../../../platforms/Cross/vm/sq.h; sourceTree = SOURCE_ROOT; };<br>

&gt; +             73CEDF25194BF52D005C12A4 /* libcrypto.dylib */ = {isa = PBXFileReference; lastKnownFileType = &quot;compiled.mach-o.dylib&quot;; name = libcrypto.dylib; path = usr/lib/libcrypto.dylib; sourceTree = SDKROOT; };<br>

&gt; +             73CEDF27194BF53B005C12A4 /* libssl.dylib */ = {isa = PBXFileReference; lastKnownFileType = &quot;compiled.mach-o.dylib&quot;; name = libssl.dylib; path = usr/lib/libssl.dylib; sourceTree = SDKROOT; };<br>

&gt;               73D8A62E1701259800C66275 /* SqueakSSL.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; name = SqueakSSL.h; path = ../../../platforms/Cross/plugins/SqueakSSL/SqueakSSL.h; sourceTree = SOURCE_ROOT; };<br>

&gt;               73D8A6411701272700C66275 /* sqMacSSL.c */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.c; name = sqMacSSL.c; path = &quot;../../../platforms/Mac OS/plugins/SqueakSSL/sqMacSSL.c&quot;; sourceTree = SOURCE_ROOT; };<br>

&gt;               8D01CCD10486CAD60068D4B7 /* Info.plist */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.plist; path = Info.plist; sourceTree = &quot;&lt;group&gt;&quot;; };<br>
&gt; @@ -38,6 +42,8 @@<br>
&gt;                       files = (<br>
&gt;                               732D9F4317012B6E00E25893 /* Security.framework in Frameworks */,<br>
&gt;                               732D9F4417012B6E00E25893 /* CoreFoundation.framework in Frameworks */,<br>
&gt; +                             73CEDF26194BF52D005C12A4 /* libcrypto.dylib in Frameworks */,<br>
&gt; +                             73CEDF28194BF53B005C12A4 /* libssl.dylib in Frameworks */,<br>
&gt;                       );<br>
&gt;                       runOnlyForDeploymentPostprocessing = 0;<br>
&gt;               };<br>
&gt; @@ -50,6 +56,8 @@<br>
&gt;                               08FB77ADFE841716C02AAC07 /* Source */,<br>
&gt;                               089C167CFE841241C02AAC07 /* Resources */,<br>
&gt;                               19C28FB4FE9D528D11CA2CBB /* Products */,<br>
&gt; +                             73CEDF25194BF52D005C12A4 /* libcrypto.dylib */,<br>
&gt; +                             73CEDF27194BF53B005C12A4 /* libssl.dylib */,<br>
&gt;                       );<br>
&gt;                       name = SqueakSSL;<br>
&gt;                       sourceTree = &quot;&lt;group&gt;&quot;;<br>
&gt;<br>
&gt; Modified: branches/Cog/build.macos32x86/newspeak.cog.v3/SqueakSSL/SqueakSSL.xcodeproj/project.pbxproj<br>
&gt; ===================================================================<br>
&gt; --- branches/Cog/build.macos32x86/newspeak.cog.v3/SqueakSSL/SqueakSSL.xcodeproj/project.pbxproj       2014-06-14 02:52:51 UTC (rev 2999)<br>
&gt; +++ branches/Cog/build.macos32x86/newspeak.cog.v3/SqueakSSL/SqueakSSL.xcodeproj/project.pbxproj       2014-06-14 03:36:18 UTC (rev 3000)<br>
&gt; @@ -10,6 +10,8 @@<br>
&gt;               73027B6B17012E5F0086D8E4 /* SqueakSSL.c in Sources */ = {isa = PBXBuildFile; fileRef = 73027B6A17012E5F0086D8E4 /* SqueakSSL.c */; };<br>
&gt;               732D9F4317012B6E00E25893 /* Security.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = 732D9F4117012B6E00E25893 /* Security.framework */; };<br>
&gt;               732D9F4417012B6E00E25893 /* CoreFoundation.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = 732D9F4217012B6E00E25893 /* CoreFoundation.framework */; };<br>
&gt; +             73CEDF26194BF52D005C12A4 /* libcrypto.dylib in Frameworks */ = {isa = PBXBuildFile; fileRef = 73CEDF25194BF52D005C12A4 /* libcrypto.dylib */; };<br>
&gt; +             73CEDF28194BF53B005C12A4 /* libssl.dylib in Frameworks */ = {isa = PBXBuildFile; fileRef = 73CEDF27194BF53B005C12A4 /* libssl.dylib */; };<br>
&gt;               73D8A6421701272700C66275 /* sqMacSSL.c in Sources */ = {isa = PBXBuildFile; fileRef = 73D8A6411701272700C66275 /* sqMacSSL.c */; };<br>
&gt; /* End PBXBuildFile section */<br>
&gt;<br>
&gt; @@ -19,6 +21,8 @@<br>
&gt;               732D9F4117012B6E00E25893 /* Security.framework */ = {isa = PBXFileReference; lastKnownFileType = wrapper.framework; name = Security.framework; path = /System/Library/Frameworks/Security.framework; sourceTree = &quot;&lt;absolute&gt;&quot;; };<br>

&gt;               732D9F4217012B6E00E25893 /* CoreFoundation.framework */ = {isa = PBXFileReference; lastKnownFileType = wrapper.framework; name = CoreFoundation.framework; path = /System/Library/Frameworks/CoreFoundation.framework; sourceTree = &quot;&lt;absolute&gt;&quot;; };<br>

&gt;               73811791170128D400CB30CE /* sq.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; name = sq.h; path = ../../../platforms/Cross/vm/sq.h; sourceTree = SOURCE_ROOT; };<br>

&gt; +             73CEDF25194BF52D005C12A4 /* libcrypto.dylib */ = {isa = PBXFileReference; lastKnownFileType = &quot;compiled.mach-o.dylib&quot;; name = libcrypto.dylib; path = usr/lib/libcrypto.dylib; sourceTree = SDKROOT; };<br>

&gt; +             73CEDF27194BF53B005C12A4 /* libssl.dylib */ = {isa = PBXFileReference; lastKnownFileType = &quot;compiled.mach-o.dylib&quot;; name = libssl.dylib; path = usr/lib/libssl.dylib; sourceTree = SDKROOT; };<br>

&gt;               73D8A62E1701259800C66275 /* SqueakSSL.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; name = SqueakSSL.h; path = ../../../platforms/Cross/plugins/SqueakSSL/SqueakSSL.h; sourceTree = SOURCE_ROOT; };<br>

&gt;               73D8A6411701272700C66275 /* sqMacSSL.c */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.c; name = sqMacSSL.c; path = &quot;../../../platforms/Mac OS/plugins/SqueakSSL/sqMacSSL.c&quot;; sourceTree = SOURCE_ROOT; };<br>

&gt;               8D01CCD10486CAD60068D4B7 /* Info.plist */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.plist; path = Info.plist; sourceTree = &quot;&lt;group&gt;&quot;; };<br>
&gt; @@ -38,6 +42,8 @@<br>
&gt;                       files = (<br>
&gt;                               732D9F4317012B6E00E25893 /* Security.framework in Frameworks */,<br>
&gt;                               732D9F4417012B6E00E25893 /* CoreFoundation.framework in Frameworks */,<br>
&gt; +                             73CEDF26194BF52D005C12A4 /* libcrypto.dylib in Frameworks */,<br>
&gt; +                             73CEDF28194BF53B005C12A4 /* libssl.dylib in Frameworks */,<br>
&gt;                       );<br>
&gt;                       runOnlyForDeploymentPostprocessing = 0;<br>
&gt;               };<br>
&gt; @@ -50,6 +56,8 @@<br>
&gt;                               08FB77ADFE841716C02AAC07 /* Source */,<br>
&gt;                               089C167CFE841241C02AAC07 /* Resources */,<br>
&gt;                               19C28FB4FE9D528D11CA2CBB /* Products */,<br>
&gt; +                             73CEDF25194BF52D005C12A4 /* libcrypto.dylib */,<br>
&gt; +                             73CEDF27194BF53B005C12A4 /* libssl.dylib */,<br>
&gt;                       );<br>
&gt;                       name = SqueakSSL;<br>
&gt;                       sourceTree = &quot;&lt;group&gt;&quot;;<br>
&gt;<br>
&gt; Modified: branches/Cog/build.macos32x86/newspeak.stack.spur/SqueakSSL/SqueakSSL.xcodeproj/project.pbxproj<br>
&gt; ===================================================================<br>
&gt; --- branches/Cog/build.macos32x86/newspeak.stack.spur/SqueakSSL/SqueakSSL.xcodeproj/project.pbxproj   2014-06-14 02:52:51 UTC (rev 2999)<br>
&gt; +++ branches/Cog/build.macos32x86/newspeak.stack.spur/SqueakSSL/SqueakSSL.xcodeproj/project.pbxproj   2014-06-14 03:36:18 UTC (rev 3000)<br>
&gt; @@ -10,6 +10,8 @@<br>
&gt;               73027B6B17012E5F0086D8E4 /* SqueakSSL.c in Sources */ = {isa = PBXBuildFile; fileRef = 73027B6A17012E5F0086D8E4 /* SqueakSSL.c */; };<br>
&gt;               732D9F4317012B6E00E25893 /* Security.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = 732D9F4117012B6E00E25893 /* Security.framework */; };<br>
&gt;               732D9F4417012B6E00E25893 /* CoreFoundation.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = 732D9F4217012B6E00E25893 /* CoreFoundation.framework */; };<br>
&gt; +             73CEDF26194BF52D005C12A4 /* libcrypto.dylib in Frameworks */ = {isa = PBXBuildFile; fileRef = 73CEDF25194BF52D005C12A4 /* libcrypto.dylib */; };<br>
&gt; +             73CEDF28194BF53B005C12A4 /* libssl.dylib in Frameworks */ = {isa = PBXBuildFile; fileRef = 73CEDF27194BF53B005C12A4 /* libssl.dylib */; };<br>
&gt;               73D8A6421701272700C66275 /* sqMacSSL.c in Sources */ = {isa = PBXBuildFile; fileRef = 73D8A6411701272700C66275 /* sqMacSSL.c */; };<br>
&gt; /* End PBXBuildFile section */<br>
&gt;<br>
&gt; @@ -19,6 +21,8 @@<br>
&gt;               732D9F4117012B6E00E25893 /* Security.framework */ = {isa = PBXFileReference; lastKnownFileType = wrapper.framework; name = Security.framework; path = /System/Library/Frameworks/Security.framework; sourceTree = &quot;&lt;absolute&gt;&quot;; };<br>

&gt;               732D9F4217012B6E00E25893 /* CoreFoundation.framework */ = {isa = PBXFileReference; lastKnownFileType = wrapper.framework; name = CoreFoundation.framework; path = /System/Library/Frameworks/CoreFoundation.framework; sourceTree = &quot;&lt;absolute&gt;&quot;; };<br>

&gt;               73811791170128D400CB30CE /* sq.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; name = sq.h; path = ../../../platforms/Cross/vm/sq.h; sourceTree = SOURCE_ROOT; };<br>

&gt; +             73CEDF25194BF52D005C12A4 /* libcrypto.dylib */ = {isa = PBXFileReference; lastKnownFileType = &quot;compiled.mach-o.dylib&quot;; name = libcrypto.dylib; path = usr/lib/libcrypto.dylib; sourceTree = SDKROOT; };<br>

&gt; +             73CEDF27194BF53B005C12A4 /* libssl.dylib */ = {isa = PBXFileReference; lastKnownFileType = &quot;compiled.mach-o.dylib&quot;; name = libssl.dylib; path = usr/lib/libssl.dylib; sourceTree = SDKROOT; };<br>

&gt;               73D8A62E1701259800C66275 /* SqueakSSL.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; name = SqueakSSL.h; path = ../../../platforms/Cross/plugins/SqueakSSL/SqueakSSL.h; sourceTree = SOURCE_ROOT; };<br>

&gt;               73D8A6411701272700C66275 /* sqMacSSL.c */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.c; name = sqMacSSL.c; path = &quot;../../../platforms/Mac OS/plugins/SqueakSSL/sqMacSSL.c&quot;; sourceTree = SOURCE_ROOT; };<br>

&gt;               8D01CCD10486CAD60068D4B7 /* Info.plist */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.plist; path = Info.plist; sourceTree = &quot;&lt;group&gt;&quot;; };<br>
&gt; @@ -38,6 +42,8 @@<br>
&gt;                       files = (<br>
&gt;                               732D9F4317012B6E00E25893 /* Security.framework in Frameworks */,<br>
&gt;                               732D9F4417012B6E00E25893 /* CoreFoundation.framework in Frameworks */,<br>
&gt; +                             73CEDF26194BF52D005C12A4 /* libcrypto.dylib in Frameworks */,<br>
&gt; +                             73CEDF28194BF53B005C12A4 /* libssl.dylib in Frameworks */,<br>
&gt;                       );<br>
&gt;                       runOnlyForDeploymentPostprocessing = 0;<br>
&gt;               };<br>
&gt; @@ -50,6 +56,8 @@<br>
&gt;                               08FB77ADFE841716C02AAC07 /* Source */,<br>
&gt;                               089C167CFE841241C02AAC07 /* Resources */,<br>
&gt;                               19C28FB4FE9D528D11CA2CBB /* Products */,<br>
&gt; +                             73CEDF25194BF52D005C12A4 /* libcrypto.dylib */,<br>
&gt; +                             73CEDF27194BF53B005C12A4 /* libssl.dylib */,<br>
&gt;                       );<br>
&gt;                       name = SqueakSSL;<br>
&gt;                       sourceTree = &quot;&lt;group&gt;&quot;;<br>
&gt;<br>
&gt; Modified: branches/Cog/build.macos32x86/newspeak.stack.v3/SqueakSSL/SqueakSSL.xcodeproj/project.pbxproj<br>
&gt; ===================================================================<br>
&gt; --- branches/Cog/build.macos32x86/newspeak.stack.v3/SqueakSSL/SqueakSSL.xcodeproj/project.pbxproj     2014-06-14 02:52:51 UTC (rev 2999)<br>
&gt; +++ branches/Cog/build.macos32x86/newspeak.stack.v3/SqueakSSL/SqueakSSL.xcodeproj/project.pbxproj     2014-06-14 03:36:18 UTC (rev 3000)<br>
&gt; @@ -10,6 +10,8 @@<br>
&gt;               73027B6B17012E5F0086D8E4 /* SqueakSSL.c in Sources */ = {isa = PBXBuildFile; fileRef = 73027B6A17012E5F0086D8E4 /* SqueakSSL.c */; };<br>
&gt;               732D9F4317012B6E00E25893 /* Security.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = 732D9F4117012B6E00E25893 /* Security.framework */; };<br>
&gt;               732D9F4417012B6E00E25893 /* CoreFoundation.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = 732D9F4217012B6E00E25893 /* CoreFoundation.framework */; };<br>
&gt; +             73CEDF26194BF52D005C12A4 /* libcrypto.dylib in Frameworks */ = {isa = PBXBuildFile; fileRef = 73CEDF25194BF52D005C12A4 /* libcrypto.dylib */; };<br>
&gt; +             73CEDF28194BF53B005C12A4 /* libssl.dylib in Frameworks */ = {isa = PBXBuildFile; fileRef = 73CEDF27194BF53B005C12A4 /* libssl.dylib */; };<br>
&gt;               73D8A6421701272700C66275 /* sqMacSSL.c in Sources */ = {isa = PBXBuildFile; fileRef = 73D8A6411701272700C66275 /* sqMacSSL.c */; };<br>
&gt; /* End PBXBuildFile section */<br>
&gt;<br>
&gt; @@ -19,6 +21,8 @@<br>
&gt;               732D9F4117012B6E00E25893 /* Security.framework */ = {isa = PBXFileReference; lastKnownFileType = wrapper.framework; name = Security.framework; path = /System/Library/Frameworks/Security.framework; sourceTree = &quot;&lt;absolute&gt;&quot;; };<br>

&gt;               732D9F4217012B6E00E25893 /* CoreFoundation.framework */ = {isa = PBXFileReference; lastKnownFileType = wrapper.framework; name = CoreFoundation.framework; path = /System/Library/Frameworks/CoreFoundation.framework; sourceTree = &quot;&lt;absolute&gt;&quot;; };<br>

&gt;               73811791170128D400CB30CE /* sq.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; name = sq.h; path = ../../../platforms/Cross/vm/sq.h; sourceTree = SOURCE_ROOT; };<br>

&gt; +             73CEDF25194BF52D005C12A4 /* libcrypto.dylib */ = {isa = PBXFileReference; lastKnownFileType = &quot;compiled.mach-o.dylib&quot;; name = libcrypto.dylib; path = usr/lib/libcrypto.dylib; sourceTree = SDKROOT; };<br>

&gt; +             73CEDF27194BF53B005C12A4 /* libssl.dylib */ = {isa = PBXFileReference; lastKnownFileType = &quot;compiled.mach-o.dylib&quot;; name = libssl.dylib; path = usr/lib/libssl.dylib; sourceTree = SDKROOT; };<br>

&gt;               73D8A62E1701259800C66275 /* SqueakSSL.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; name = SqueakSSL.h; path = ../../../platforms/Cross/plugins/SqueakSSL/SqueakSSL.h; sourceTree = SOURCE_ROOT; };<br>

&gt;               73D8A6411701272700C66275 /* sqMacSSL.c */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.c; name = sqMacSSL.c; path = &quot;../../../platforms/Mac OS/plugins/SqueakSSL/sqMacSSL.c&quot;; sourceTree = SOURCE_ROOT; };<br>

&gt;               8D01CCD10486CAD60068D4B7 /* Info.plist */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.plist; path = Info.plist; sourceTree = &quot;&lt;group&gt;&quot;; };<br>
&gt; @@ -38,6 +42,8 @@<br>
&gt;                       files = (<br>
&gt;                               732D9F4317012B6E00E25893 /* Security.framework in Frameworks */,<br>
&gt;                               732D9F4417012B6E00E25893 /* CoreFoundation.framework in Frameworks */,<br>
&gt; +                             73CEDF26194BF52D005C12A4 /* libcrypto.dylib in Frameworks */,<br>
&gt; +                             73CEDF28194BF53B005C12A4 /* libssl.dylib in Frameworks */,<br>
&gt;                       );<br>
&gt;                       runOnlyForDeploymentPostprocessing = 0;<br>
&gt;               };<br>
&gt; @@ -50,6 +56,8 @@<br>
&gt;                               08FB77ADFE841716C02AAC07 /* Source */,<br>
&gt;                               089C167CFE841241C02AAC07 /* Resources */,<br>
&gt;                               19C28FB4FE9D528D11CA2CBB /* Products */,<br>
&gt; +                             73CEDF25194BF52D005C12A4 /* libcrypto.dylib */,<br>
&gt; +                             73CEDF27194BF53B005C12A4 /* libssl.dylib */,<br>
&gt;                       );<br>
&gt;                       name = SqueakSSL;<br>
&gt;                       sourceTree = &quot;&lt;group&gt;&quot;;<br>
&gt;<br>
&gt; Modified: branches/Cog/build.macos32x86/squeak.cog.spur/SqueakSSL/SqueakSSL.xcodeproj/project.pbxproj<br>
&gt; ===================================================================<br>
&gt; --- branches/Cog/build.macos32x86/squeak.cog.spur/SqueakSSL/SqueakSSL.xcodeproj/project.pbxproj       2014-06-14 02:52:51 UTC (rev 2999)<br>
&gt; +++ branches/Cog/build.macos32x86/squeak.cog.spur/SqueakSSL/SqueakSSL.xcodeproj/project.pbxproj       2014-06-14 03:36:18 UTC (rev 3000)<br>
&gt; @@ -7,10 +7,11 @@<br>
&gt;       objects = {<br>
&gt;<br>
&gt; /* Begin PBXBuildFile section */<br>
&gt; -             DA3A20F50AA63CBF0050B983 /* interp.h */ = {isa = PBXFileReference; fileEncoding = 30; lastKnownFileType = sourcecode.c.h; name = interp.h; path = ../../../spursrc/vm/interp.h; sourceTree = SOURCE_ROOT; };<br>

&gt;               73027B6B17012E5F0086D8E4 /* SqueakSSL.c in Sources */ = {isa = PBXBuildFile; fileRef = 73027B6A17012E5F0086D8E4 /* SqueakSSL.c */; };<br>
&gt;               732D9F4317012B6E00E25893 /* Security.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = 732D9F4117012B6E00E25893 /* Security.framework */; };<br>
&gt;               732D9F4417012B6E00E25893 /* CoreFoundation.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = 732D9F4217012B6E00E25893 /* CoreFoundation.framework */; };<br>
&gt; +             73CEDF26194BF52D005C12A4 /* libcrypto.dylib in Frameworks */ = {isa = PBXBuildFile; fileRef = 73CEDF25194BF52D005C12A4 /* libcrypto.dylib */; };<br>
&gt; +             73CEDF28194BF53B005C12A4 /* libssl.dylib in Frameworks */ = {isa = PBXBuildFile; fileRef = 73CEDF27194BF53B005C12A4 /* libssl.dylib */; };<br>
&gt;               73D8A6421701272700C66275 /* sqMacSSL.c in Sources */ = {isa = PBXBuildFile; fileRef = 73D8A6411701272700C66275 /* sqMacSSL.c */; };<br>
&gt; /* End PBXBuildFile section */<br>
&gt;<br>
&gt; @@ -20,10 +21,13 @@<br>
&gt;               732D9F4117012B6E00E25893 /* Security.framework */ = {isa = PBXFileReference; lastKnownFileType = wrapper.framework; name = Security.framework; path = /System/Library/Frameworks/Security.framework; sourceTree = &quot;&lt;absolute&gt;&quot;; };<br>

&gt;               732D9F4217012B6E00E25893 /* CoreFoundation.framework */ = {isa = PBXFileReference; lastKnownFileType = wrapper.framework; name = CoreFoundation.framework; path = /System/Library/Frameworks/CoreFoundation.framework; sourceTree = &quot;&lt;absolute&gt;&quot;; };<br>

&gt;               73811791170128D400CB30CE /* sq.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; name = sq.h; path = ../../../platforms/Cross/vm/sq.h; sourceTree = SOURCE_ROOT; };<br>

&gt; +             73CEDF25194BF52D005C12A4 /* libcrypto.dylib */ = {isa = PBXFileReference; lastKnownFileType = &quot;compiled.mach-o.dylib&quot;; name = libcrypto.dylib; path = usr/lib/libcrypto.dylib; sourceTree = SDKROOT; };<br>

&gt; +             73CEDF27194BF53B005C12A4 /* libssl.dylib */ = {isa = PBXFileReference; lastKnownFileType = &quot;compiled.mach-o.dylib&quot;; name = libssl.dylib; path = usr/lib/libssl.dylib; sourceTree = SDKROOT; };<br>

&gt;               73D8A62E1701259800C66275 /* SqueakSSL.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; name = SqueakSSL.h; path = ../../../platforms/Cross/plugins/SqueakSSL/SqueakSSL.h; sourceTree = SOURCE_ROOT; };<br>

&gt;               73D8A6411701272700C66275 /* sqMacSSL.c */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.c; name = sqMacSSL.c; path = &quot;../../../platforms/Mac OS/plugins/SqueakSSL/sqMacSSL.c&quot;; sourceTree = SOURCE_ROOT; };<br>

&gt;               8D01CCD10486CAD60068D4B7 /* Info.plist */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.plist; path = Info.plist; sourceTree = &quot;&lt;group&gt;&quot;; };<br>
&gt;               8D01CCD20486CAD60068D4B7 /* SqueakSSL.bundle */ = {isa = PBXFileReference; explicitFileType = wrapper.cfbundle; includeInIndex = 0; path = SqueakSSL.bundle; sourceTree = BUILT_PRODUCTS_DIR; };<br>
&gt; +             DA3A20F50AA63CBF0050B983 /* interp.h */ = {isa = PBXFileReference; fileEncoding = 30; lastKnownFileType = sourcecode.c.h; name = interp.h; path = ../../../spursrc/vm/interp.h; sourceTree = SOURCE_ROOT; };<br>

&gt;               DA3A20F60AA63CDC0050B983 /* sqMemoryAccess.h */ = {isa = PBXFileReference; fileEncoding = 30; lastKnownFileType = sourcecode.c.h; name = sqMemoryAccess.h; path = ../../../platforms/Cross/vm/sqMemoryAccess.h; sourceTree = SOURCE_ROOT; };<br>

&gt;               DA3A20F70AA63CDC0050B983 /* sqVirtualMachine.h */ = {isa = PBXFileReference; fileEncoding = 30; lastKnownFileType = sourcecode.c.h; name = sqVirtualMachine.h; path = ../../../platforms/Cross/vm/sqVirtualMachine.h; sourceTree = SOURCE_ROOT; };<br>

&gt;               DA3A20F80AA63D000050B983 /* config.h */ = {isa = PBXFileReference; fileEncoding = 30; lastKnownFileType = sourcecode.c.h; name = config.h; path = &quot;../../../platforms/Mac OS/vm/config.h&quot;; sourceTree = SOURCE_ROOT; };<br>

&gt; @@ -38,6 +42,8 @@<br>
&gt;                       files = (<br>
&gt;                               732D9F4317012B6E00E25893 /* Security.framework in Frameworks */,<br>
&gt;                               732D9F4417012B6E00E25893 /* CoreFoundation.framework in Frameworks */,<br>
&gt; +                             73CEDF26194BF52D005C12A4 /* libcrypto.dylib in Frameworks */,<br>
&gt; +                             73CEDF28194BF53B005C12A4 /* libssl.dylib in Frameworks */,<br>
&gt;                       );<br>
&gt;                       runOnlyForDeploymentPostprocessing = 0;<br>
&gt;               };<br>
&gt; @@ -50,6 +56,8 @@<br>
&gt;                               08FB77ADFE841716C02AAC07 /* Source */,<br>
&gt;                               089C167CFE841241C02AAC07 /* Resources */,<br>
&gt;                               19C28FB4FE9D528D11CA2CBB /* Products */,<br>
&gt; +                             73CEDF25194BF52D005C12A4 /* libcrypto.dylib */,<br>
&gt; +                             73CEDF27194BF53B005C12A4 /* libssl.dylib */,<br>
&gt;                       );<br>
&gt;                       name = SqueakSSL;<br>
&gt;                       sourceTree = &quot;&lt;group&gt;&quot;;<br>
&gt;<br>
&gt; Modified: branches/Cog/build.macos32x86/squeak.cog.v3/SqueakSSL/SqueakSSL.xcodeproj/project.pbxproj<br>
&gt; ===================================================================<br>
&gt; --- branches/Cog/build.macos32x86/squeak.cog.v3/SqueakSSL/SqueakSSL.xcodeproj/project.pbxproj 2014-06-14 02:52:51 UTC (rev 2999)<br>
&gt; +++ branches/Cog/build.macos32x86/squeak.cog.v3/SqueakSSL/SqueakSSL.xcodeproj/project.pbxproj 2014-06-14 03:36:18 UTC (rev 3000)<br>
&gt; @@ -7,10 +7,11 @@<br>
&gt;       objects = {<br>
&gt;<br>
&gt; /* Begin PBXBuildFile section */<br>
&gt; -             DA3A20F50AA63CBF0050B983 /* interp.h */ = {isa = PBXFileReference; fileEncoding = 30; lastKnownFileType = sourcecode.c.h; name = interp.h; path = ../../../src/vm/interp.h; sourceTree = SOURCE_ROOT; };<br>

&gt;               73027B6B17012E5F0086D8E4 /* SqueakSSL.c in Sources */ = {isa = PBXBuildFile; fileRef = 73027B6A17012E5F0086D8E4 /* SqueakSSL.c */; };<br>
&gt;               732D9F4317012B6E00E25893 /* Security.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = 732D9F4117012B6E00E25893 /* Security.framework */; };<br>
&gt;               732D9F4417012B6E00E25893 /* CoreFoundation.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = 732D9F4217012B6E00E25893 /* CoreFoundation.framework */; };<br>
&gt; +             73CEDF26194BF52D005C12A4 /* libcrypto.dylib in Frameworks */ = {isa = PBXBuildFile; fileRef = 73CEDF25194BF52D005C12A4 /* libcrypto.dylib */; };<br>
&gt; +             73CEDF28194BF53B005C12A4 /* libssl.dylib in Frameworks */ = {isa = PBXBuildFile; fileRef = 73CEDF27194BF53B005C12A4 /* libssl.dylib */; };<br>
&gt;               73D8A6421701272700C66275 /* sqMacSSL.c in Sources */ = {isa = PBXBuildFile; fileRef = 73D8A6411701272700C66275 /* sqMacSSL.c */; };<br>
&gt; /* End PBXBuildFile section */<br>
&gt;<br>
&gt; @@ -20,10 +21,13 @@<br>
&gt;               732D9F4117012B6E00E25893 /* Security.framework */ = {isa = PBXFileReference; lastKnownFileType = wrapper.framework; name = Security.framework; path = /System/Library/Frameworks/Security.framework; sourceTree = &quot;&lt;absolute&gt;&quot;; };<br>

&gt;               732D9F4217012B6E00E25893 /* CoreFoundation.framework */ = {isa = PBXFileReference; lastKnownFileType = wrapper.framework; name = CoreFoundation.framework; path = /System/Library/Frameworks/CoreFoundation.framework; sourceTree = &quot;&lt;absolute&gt;&quot;; };<br>

&gt;               73811791170128D400CB30CE /* sq.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; name = sq.h; path = ../../../platforms/Cross/vm/sq.h; sourceTree = SOURCE_ROOT; };<br>

&gt; +             73CEDF25194BF52D005C12A4 /* libcrypto.dylib */ = {isa = PBXFileReference; lastKnownFileType = &quot;compiled.mach-o.dylib&quot;; name = libcrypto.dylib; path = usr/lib/libcrypto.dylib; sourceTree = SDKROOT; };<br>

&gt; +             73CEDF27194BF53B005C12A4 /* libssl.dylib */ = {isa = PBXFileReference; lastKnownFileType = &quot;compiled.mach-o.dylib&quot;; name = libssl.dylib; path = usr/lib/libssl.dylib; sourceTree = SDKROOT; };<br>

&gt;               73D8A62E1701259800C66275 /* SqueakSSL.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; name = SqueakSSL.h; path = ../../../platforms/Cross/plugins/SqueakSSL/SqueakSSL.h; sourceTree = SOURCE_ROOT; };<br>

&gt;               73D8A6411701272700C66275 /* sqMacSSL.c */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.c; name = sqMacSSL.c; path = &quot;../../../platforms/Mac OS/plugins/SqueakSSL/sqMacSSL.c&quot;; sourceTree = SOURCE_ROOT; };<br>

&gt;               8D01CCD10486CAD60068D4B7 /* Info.plist */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.plist; path = Info.plist; sourceTree = &quot;&lt;group&gt;&quot;; };<br>
&gt;               8D01CCD20486CAD60068D4B7 /* SqueakSSL.bundle */ = {isa = PBXFileReference; explicitFileType = wrapper.cfbundle; includeInIndex = 0; path = SqueakSSL.bundle; sourceTree = BUILT_PRODUCTS_DIR; };<br>
&gt; +             DA3A20F50AA63CBF0050B983 /* interp.h */ = {isa = PBXFileReference; fileEncoding = 30; lastKnownFileType = sourcecode.c.h; name = interp.h; path = ../../../src/vm/interp.h; sourceTree = SOURCE_ROOT; };<br>

&gt;               DA3A20F60AA63CDC0050B983 /* sqMemoryAccess.h */ = {isa = PBXFileReference; fileEncoding = 30; lastKnownFileType = sourcecode.c.h; name = sqMemoryAccess.h; path = ../../../platforms/Cross/vm/sqMemoryAccess.h; sourceTree = SOURCE_ROOT; };<br>

&gt;               DA3A20F70AA63CDC0050B983 /* sqVirtualMachine.h */ = {isa = PBXFileReference; fileEncoding = 30; lastKnownFileType = sourcecode.c.h; name = sqVirtualMachine.h; path = ../../../platforms/Cross/vm/sqVirtualMachine.h; sourceTree = SOURCE_ROOT; };<br>

&gt;               DA3A20F80AA63D000050B983 /* config.h */ = {isa = PBXFileReference; fileEncoding = 30; lastKnownFileType = sourcecode.c.h; name = config.h; path = &quot;../../../platforms/Mac OS/vm/config.h&quot;; sourceTree = SOURCE_ROOT; };<br>

&gt; @@ -38,6 +42,8 @@<br>
&gt;                       files = (<br>
&gt;                               732D9F4317012B6E00E25893 /* Security.framework in Frameworks */,<br>
&gt;                               732D9F4417012B6E00E25893 /* CoreFoundation.framework in Frameworks */,<br>
&gt; +                             73CEDF26194BF52D005C12A4 /* libcrypto.dylib in Frameworks */,<br>
&gt; +                             73CEDF28194BF53B005C12A4 /* libssl.dylib in Frameworks */,<br>
&gt;                       );<br>
&gt;                       runOnlyForDeploymentPostprocessing = 0;<br>
&gt;               };<br>
&gt; @@ -50,6 +56,8 @@<br>
&gt;                               08FB77ADFE841716C02AAC07 /* Source */,<br>
&gt;                               089C167CFE841241C02AAC07 /* Resources */,<br>
&gt;                               19C28FB4FE9D528D11CA2CBB /* Products */,<br>
&gt; +                             73CEDF25194BF52D005C12A4 /* libcrypto.dylib */,<br>
&gt; +                             73CEDF27194BF53B005C12A4 /* libssl.dylib */,<br>
&gt;                       );<br>
&gt;                       name = SqueakSSL;<br>
&gt;                       sourceTree = &quot;&lt;group&gt;&quot;;<br>
&gt;<br>
&gt; Modified: branches/Cog/build.macos32x86/squeak.sista.spur/SqueakSSL/SqueakSSL.xcodeproj/project.pbxproj<br>
&gt; ===================================================================<br>
&gt; --- branches/Cog/build.macos32x86/squeak.sista.spur/SqueakSSL/SqueakSSL.xcodeproj/project.pbxproj     2014-06-14 02:52:51 UTC (rev 2999)<br>
&gt; +++ branches/Cog/build.macos32x86/squeak.sista.spur/SqueakSSL/SqueakSSL.xcodeproj/project.pbxproj     2014-06-14 03:36:18 UTC (rev 3000)<br>
&gt; @@ -7,10 +7,11 @@<br>
&gt;       objects = {<br>
&gt;<br>
&gt; /* Begin PBXBuildFile section */<br>
&gt; -             DA3A20F50AA63CBF0050B983 /* interp.h */ = {isa = PBXFileReference; fileEncoding = 30; lastKnownFileType = sourcecode.c.h; name = interp.h; path = ../../../spursistasrc/vm/interp.h; sourceTree = SOURCE_ROOT; };<br>

&gt;               73027B6B17012E5F0086D8E4 /* SqueakSSL.c in Sources */ = {isa = PBXBuildFile; fileRef = 73027B6A17012E5F0086D8E4 /* SqueakSSL.c */; };<br>
&gt;               732D9F4317012B6E00E25893 /* Security.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = 732D9F4117012B6E00E25893 /* Security.framework */; };<br>
&gt;               732D9F4417012B6E00E25893 /* CoreFoundation.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = 732D9F4217012B6E00E25893 /* CoreFoundation.framework */; };<br>
&gt; +             73CEDF26194BF52D005C12A4 /* libcrypto.dylib in Frameworks */ = {isa = PBXBuildFile; fileRef = 73CEDF25194BF52D005C12A4 /* libcrypto.dylib */; };<br>
&gt; +             73CEDF28194BF53B005C12A4 /* libssl.dylib in Frameworks */ = {isa = PBXBuildFile; fileRef = 73CEDF27194BF53B005C12A4 /* libssl.dylib */; };<br>
&gt;               73D8A6421701272700C66275 /* sqMacSSL.c in Sources */ = {isa = PBXBuildFile; fileRef = 73D8A6411701272700C66275 /* sqMacSSL.c */; };<br>
&gt; /* End PBXBuildFile section */<br>
&gt;<br>
&gt; @@ -20,10 +21,13 @@<br>
&gt;               732D9F4117012B6E00E25893 /* Security.framework */ = {isa = PBXFileReference; lastKnownFileType = wrapper.framework; name = Security.framework; path = /System/Library/Frameworks/Security.framework; sourceTree = &quot;&lt;absolute&gt;&quot;; };<br>

&gt;               732D9F4217012B6E00E25893 /* CoreFoundation.framework */ = {isa = PBXFileReference; lastKnownFileType = wrapper.framework; name = CoreFoundation.framework; path = /System/Library/Frameworks/CoreFoundation.framework; sourceTree = &quot;&lt;absolute&gt;&quot;; };<br>

&gt;               73811791170128D400CB30CE /* sq.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; name = sq.h; path = ../../../platforms/Cross/vm/sq.h; sourceTree = SOURCE_ROOT; };<br>

&gt; +             73CEDF25194BF52D005C12A4 /* libcrypto.dylib */ = {isa = PBXFileReference; lastKnownFileType = &quot;compiled.mach-o.dylib&quot;; name = libcrypto.dylib; path = usr/lib/libcrypto.dylib; sourceTree = SDKROOT; };<br>

&gt; +             73CEDF27194BF53B005C12A4 /* libssl.dylib */ = {isa = PBXFileReference; lastKnownFileType = &quot;compiled.mach-o.dylib&quot;; name = libssl.dylib; path = usr/lib/libssl.dylib; sourceTree = SDKROOT; };<br>

&gt;               73D8A62E1701259800C66275 /* SqueakSSL.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; name = SqueakSSL.h; path = ../../../platforms/Cross/plugins/SqueakSSL/SqueakSSL.h; sourceTree = SOURCE_ROOT; };<br>

&gt;               73D8A6411701272700C66275 /* sqMacSSL.c */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.c; name = sqMacSSL.c; path = &quot;../../../platforms/Mac OS/plugins/SqueakSSL/sqMacSSL.c&quot;; sourceTree = SOURCE_ROOT; };<br>

&gt;               8D01CCD10486CAD60068D4B7 /* Info.plist */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.plist; path = Info.plist; sourceTree = &quot;&lt;group&gt;&quot;; };<br>
&gt;               8D01CCD20486CAD60068D4B7 /* SqueakSSL.bundle */ = {isa = PBXFileReference; explicitFileType = wrapper.cfbundle; includeInIndex = 0; path = SqueakSSL.bundle; sourceTree = BUILT_PRODUCTS_DIR; };<br>
&gt; +             DA3A20F50AA63CBF0050B983 /* interp.h */ = {isa = PBXFileReference; fileEncoding = 30; lastKnownFileType = sourcecode.c.h; name = interp.h; path = ../../../spursistasrc/vm/interp.h; sourceTree = SOURCE_ROOT; };<br>

&gt;               DA3A20F60AA63CDC0050B983 /* sqMemoryAccess.h */ = {isa = PBXFileReference; fileEncoding = 30; lastKnownFileType = sourcecode.c.h; name = sqMemoryAccess.h; path = ../../../platforms/Cross/vm/sqMemoryAccess.h; sourceTree = SOURCE_ROOT; };<br>

&gt;               DA3A20F70AA63CDC0050B983 /* sqVirtualMachine.h */ = {isa = PBXFileReference; fileEncoding = 30; lastKnownFileType = sourcecode.c.h; name = sqVirtualMachine.h; path = ../../../platforms/Cross/vm/sqVirtualMachine.h; sourceTree = SOURCE_ROOT; };<br>

&gt;               DA3A20F80AA63D000050B983 /* config.h */ = {isa = PBXFileReference; fileEncoding = 30; lastKnownFileType = sourcecode.c.h; name = config.h; path = &quot;../../../platforms/Mac OS/vm/config.h&quot;; sourceTree = SOURCE_ROOT; };<br>

&gt; @@ -38,6 +42,8 @@<br>
&gt;                       files = (<br>
&gt;                               732D9F4317012B6E00E25893 /* Security.framework in Frameworks */,<br>
&gt;                               732D9F4417012B6E00E25893 /* CoreFoundation.framework in Frameworks */,<br>
&gt; +                             73CEDF26194BF52D005C12A4 /* libcrypto.dylib in Frameworks */,<br>
&gt; +                             73CEDF28194BF53B005C12A4 /* libssl.dylib in Frameworks */,<br>
&gt;                       );<br>
&gt;                       runOnlyForDeploymentPostprocessing = 0;<br>
&gt;               };<br>
&gt; @@ -50,6 +56,8 @@<br>
&gt;                               08FB77ADFE841716C02AAC07 /* Source */,<br>
&gt;                               089C167CFE841241C02AAC07 /* Resources */,<br>
&gt;                               19C28FB4FE9D528D11CA2CBB /* Products */,<br>
&gt; +                             73CEDF25194BF52D005C12A4 /* libcrypto.dylib */,<br>
&gt; +                             73CEDF27194BF53B005C12A4 /* libssl.dylib */,<br>
&gt;                       );<br>
&gt;                       name = SqueakSSL;<br>
&gt;                       sourceTree = &quot;&lt;group&gt;&quot;;<br>
&gt;<br>
&gt; Modified: branches/Cog/build.macos32x86/squeak.sista.v3/SqueakSSL/SqueakSSL.xcodeproj/project.pbxproj<br>
&gt; ===================================================================<br>
&gt; --- branches/Cog/build.macos32x86/squeak.sista.v3/SqueakSSL/SqueakSSL.xcodeproj/project.pbxproj       2014-06-14 02:52:51 UTC (rev 2999)<br>
&gt; +++ branches/Cog/build.macos32x86/squeak.sista.v3/SqueakSSL/SqueakSSL.xcodeproj/project.pbxproj       2014-06-14 03:36:18 UTC (rev 3000)<br>
&gt; @@ -7,10 +7,11 @@<br>
&gt;       objects = {<br>
&gt;<br>
&gt; /* Begin PBXBuildFile section */<br>
&gt; -             DA3A20F50AA63CBF0050B983 /* interp.h */ = {isa = PBXFileReference; fileEncoding = 30; lastKnownFileType = sourcecode.c.h; name = interp.h; path = ../../../sistasrc/vm/interp.h; sourceTree = SOURCE_ROOT; };<br>

&gt;               73027B6B17012E5F0086D8E4 /* SqueakSSL.c in Sources */ = {isa = PBXBuildFile; fileRef = 73027B6A17012E5F0086D8E4 /* SqueakSSL.c */; };<br>
&gt;               732D9F4317012B6E00E25893 /* Security.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = 732D9F4117012B6E00E25893 /* Security.framework */; };<br>
&gt;               732D9F4417012B6E00E25893 /* CoreFoundation.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = 732D9F4217012B6E00E25893 /* CoreFoundation.framework */; };<br>
&gt; +             73CEDF26194BF52D005C12A4 /* libcrypto.dylib in Frameworks */ = {isa = PBXBuildFile; fileRef = 73CEDF25194BF52D005C12A4 /* libcrypto.dylib */; };<br>
&gt; +             73CEDF28194BF53B005C12A4 /* libssl.dylib in Frameworks */ = {isa = PBXBuildFile; fileRef = 73CEDF27194BF53B005C12A4 /* libssl.dylib */; };<br>
&gt;               73D8A6421701272700C66275 /* sqMacSSL.c in Sources */ = {isa = PBXBuildFile; fileRef = 73D8A6411701272700C66275 /* sqMacSSL.c */; };<br>
&gt; /* End PBXBuildFile section */<br>
&gt;<br>
&gt; @@ -20,10 +21,13 @@<br>
&gt;               732D9F4117012B6E00E25893 /* Security.framework */ = {isa = PBXFileReference; lastKnownFileType = wrapper.framework; name = Security.framework; path = /System/Library/Frameworks/Security.framework; sourceTree = &quot;&lt;absolute&gt;&quot;; };<br>

&gt;               732D9F4217012B6E00E25893 /* CoreFoundation.framework */ = {isa = PBXFileReference; lastKnownFileType = wrapper.framework; name = CoreFoundation.framework; path = /System/Library/Frameworks/CoreFoundation.framework; sourceTree = &quot;&lt;absolute&gt;&quot;; };<br>

&gt;               73811791170128D400CB30CE /* sq.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; name = sq.h; path = ../../../platforms/Cross/vm/sq.h; sourceTree = SOURCE_ROOT; };<br>

&gt; +             73CEDF25194BF52D005C12A4 /* libcrypto.dylib */ = {isa = PBXFileReference; lastKnownFileType = &quot;compiled.mach-o.dylib&quot;; name = libcrypto.dylib; path = usr/lib/libcrypto.dylib; sourceTree = SDKROOT; };<br>

&gt; +             73CEDF27194BF53B005C12A4 /* libssl.dylib */ = {isa = PBXFileReference; lastKnownFileType = &quot;compiled.mach-o.dylib&quot;; name = libssl.dylib; path = usr/lib/libssl.dylib; sourceTree = SDKROOT; };<br>

&gt;               73D8A62E1701259800C66275 /* SqueakSSL.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; name = SqueakSSL.h; path = ../../../platforms/Cross/plugins/SqueakSSL/SqueakSSL.h; sourceTree = SOURCE_ROOT; };<br>

&gt;               73D8A6411701272700C66275 /* sqMacSSL.c */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.c; name = sqMacSSL.c; path = &quot;../../../platforms/Mac OS/plugins/SqueakSSL/sqMacSSL.c&quot;; sourceTree = SOURCE_ROOT; };<br>

&gt;               8D01CCD10486CAD60068D4B7 /* Info.plist */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.plist; path = Info.plist; sourceTree = &quot;&lt;group&gt;&quot;; };<br>
&gt;               8D01CCD20486CAD60068D4B7 /* SqueakSSL.bundle */ = {isa = PBXFileReference; explicitFileType = wrapper.cfbundle; includeInIndex = 0; path = SqueakSSL.bundle; sourceTree = BUILT_PRODUCTS_DIR; };<br>
&gt; +             DA3A20F50AA63CBF0050B983 /* interp.h */ = {isa = PBXFileReference; fileEncoding = 30; lastKnownFileType = sourcecode.c.h; name = interp.h; path = ../../../sistasrc/vm/interp.h; sourceTree = SOURCE_ROOT; };<br>

&gt;               DA3A20F60AA63CDC0050B983 /* sqMemoryAccess.h */ = {isa = PBXFileReference; fileEncoding = 30; lastKnownFileType = sourcecode.c.h; name = sqMemoryAccess.h; path = ../../../platforms/Cross/vm/sqMemoryAccess.h; sourceTree = SOURCE_ROOT; };<br>

&gt;               DA3A20F70AA63CDC0050B983 /* sqVirtualMachine.h */ = {isa = PBXFileReference; fileEncoding = 30; lastKnownFileType = sourcecode.c.h; name = sqVirtualMachine.h; path = ../../../platforms/Cross/vm/sqVirtualMachine.h; sourceTree = SOURCE_ROOT; };<br>

&gt;               DA3A20F80AA63D000050B983 /* config.h */ = {isa = PBXFileReference; fileEncoding = 30; lastKnownFileType = sourcecode.c.h; name = config.h; path = &quot;../../../platforms/Mac OS/vm/config.h&quot;; sourceTree = SOURCE_ROOT; };<br>

&gt; @@ -38,6 +42,8 @@<br>
&gt;                       files = (<br>
&gt;                               732D9F4317012B6E00E25893 /* Security.framework in Frameworks */,<br>
&gt;                               732D9F4417012B6E00E25893 /* CoreFoundation.framework in Frameworks */,<br>
&gt; +                             73CEDF26194BF52D005C12A4 /* libcrypto.dylib in Frameworks */,<br>
&gt; +                             73CEDF28194BF53B005C12A4 /* libssl.dylib in Frameworks */,<br>
&gt;                       );<br>
&gt;                       runOnlyForDeploymentPostprocessing = 0;<br>
&gt;               };<br>
&gt; @@ -50,6 +56,8 @@<br>
&gt;                               08FB77ADFE841716C02AAC07 /* Source */,<br>
&gt;                               089C167CFE841241C02AAC07 /* Resources */,<br>
&gt;                               19C28FB4FE9D528D11CA2CBB /* Products */,<br>
&gt; +                             73CEDF25194BF52D005C12A4 /* libcrypto.dylib */,<br>
&gt; +                             73CEDF27194BF53B005C12A4 /* libssl.dylib */,<br>
&gt;                       );<br>
&gt;                       name = SqueakSSL;<br>
&gt;                       sourceTree = &quot;&lt;group&gt;&quot;;<br>
&gt;<br>
&gt; Modified: branches/Cog/build.macos32x86/squeak.stack.spur/SqueakSSL/SqueakSSL.xcodeproj/project.pbxproj<br>
&gt; ===================================================================<br>
&gt; --- branches/Cog/build.macos32x86/squeak.stack.spur/SqueakSSL/SqueakSSL.xcodeproj/project.pbxproj     2014-06-14 02:52:51 UTC (rev 2999)<br>
&gt; +++ branches/Cog/build.macos32x86/squeak.stack.spur/SqueakSSL/SqueakSSL.xcodeproj/project.pbxproj     2014-06-14 03:36:18 UTC (rev 3000)<br>
&gt; @@ -7,10 +7,11 @@<br>
&gt;       objects = {<br>
&gt;<br>
&gt; /* Begin PBXBuildFile section */<br>
&gt; -             DA3A20F50AA63CBF0050B983 /* interp.h */ = {isa = PBXFileReference; fileEncoding = 30; lastKnownFileType = sourcecode.c.h; name = interp.h; path = ../../../spurstacksrc/vm/interp.h; sourceTree = SOURCE_ROOT; };<br>

&gt;               73027B6B17012E5F0086D8E4 /* SqueakSSL.c in Sources */ = {isa = PBXBuildFile; fileRef = 73027B6A17012E5F0086D8E4 /* SqueakSSL.c */; };<br>
&gt;               732D9F4317012B6E00E25893 /* Security.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = 732D9F4117012B6E00E25893 /* Security.framework */; };<br>
&gt;               732D9F4417012B6E00E25893 /* CoreFoundation.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = 732D9F4217012B6E00E25893 /* CoreFoundation.framework */; };<br>
&gt; +             73CEDF26194BF52D005C12A4 /* libcrypto.dylib in Frameworks */ = {isa = PBXBuildFile; fileRef = 73CEDF25194BF52D005C12A4 /* libcrypto.dylib */; };<br>
&gt; +             73CEDF28194BF53B005C12A4 /* libssl.dylib in Frameworks */ = {isa = PBXBuildFile; fileRef = 73CEDF27194BF53B005C12A4 /* libssl.dylib */; };<br>
&gt;               73D8A6421701272700C66275 /* sqMacSSL.c in Sources */ = {isa = PBXBuildFile; fileRef = 73D8A6411701272700C66275 /* sqMacSSL.c */; };<br>
&gt; /* End PBXBuildFile section */<br>
&gt;<br>
&gt; @@ -20,10 +21,13 @@<br>
&gt;               732D9F4117012B6E00E25893 /* Security.framework */ = {isa = PBXFileReference; lastKnownFileType = wrapper.framework; name = Security.framework; path = /System/Library/Frameworks/Security.framework; sourceTree = &quot;&lt;absolute&gt;&quot;; };<br>

&gt;               732D9F4217012B6E00E25893 /* CoreFoundation.framework */ = {isa = PBXFileReference; lastKnownFileType = wrapper.framework; name = CoreFoundation.framework; path = /System/Library/Frameworks/CoreFoundation.framework; sourceTree = &quot;&lt;absolute&gt;&quot;; };<br>

&gt;               73811791170128D400CB30CE /* sq.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; name = sq.h; path = ../../../platforms/Cross/vm/sq.h; sourceTree = SOURCE_ROOT; };<br>

&gt; +             73CEDF25194BF52D005C12A4 /* libcrypto.dylib */ = {isa = PBXFileReference; lastKnownFileType = &quot;compiled.mach-o.dylib&quot;; name = libcrypto.dylib; path = usr/lib/libcrypto.dylib; sourceTree = SDKROOT; };<br>

&gt; +             73CEDF27194BF53B005C12A4 /* libssl.dylib */ = {isa = PBXFileReference; lastKnownFileType = &quot;compiled.mach-o.dylib&quot;; name = libssl.dylib; path = usr/lib/libssl.dylib; sourceTree = SDKROOT; };<br>

&gt;               73D8A62E1701259800C66275 /* SqueakSSL.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; name = SqueakSSL.h; path = ../../../platforms/Cross/plugins/SqueakSSL/SqueakSSL.h; sourceTree = SOURCE_ROOT; };<br>

&gt;               73D8A6411701272700C66275 /* sqMacSSL.c */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.c; name = sqMacSSL.c; path = &quot;../../../platforms/Mac OS/plugins/SqueakSSL/sqMacSSL.c&quot;; sourceTree = SOURCE_ROOT; };<br>

&gt;               8D01CCD10486CAD60068D4B7 /* Info.plist */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.plist; path = Info.plist; sourceTree = &quot;&lt;group&gt;&quot;; };<br>
&gt;               8D01CCD20486CAD60068D4B7 /* SqueakSSL.bundle */ = {isa = PBXFileReference; explicitFileType = wrapper.cfbundle; includeInIndex = 0; path = SqueakSSL.bundle; sourceTree = BUILT_PRODUCTS_DIR; };<br>
&gt; +             DA3A20F50AA63CBF0050B983 /* interp.h */ = {isa = PBXFileReference; fileEncoding = 30; lastKnownFileType = sourcecode.c.h; name = interp.h; path = ../../../spurstacksrc/vm/interp.h; sourceTree = SOURCE_ROOT; };<br>

&gt;               DA3A20F60AA63CDC0050B983 /* sqMemoryAccess.h */ = {isa = PBXFileReference; fileEncoding = 30; lastKnownFileType = sourcecode.c.h; name = sqMemoryAccess.h; path = ../../../platforms/Cross/vm/sqMemoryAccess.h; sourceTree = SOURCE_ROOT; };<br>

&gt;               DA3A20F70AA63CDC0050B983 /* sqVirtualMachine.h */ = {isa = PBXFileReference; fileEncoding = 30; lastKnownFileType = sourcecode.c.h; name = sqVirtualMachine.h; path = ../../../platforms/Cross/vm/sqVirtualMachine.h; sourceTree = SOURCE_ROOT; };<br>

&gt;               DA3A20F80AA63D000050B983 /* config.h */ = {isa = PBXFileReference; fileEncoding = 30; lastKnownFileType = sourcecode.c.h; name = config.h; path = &quot;../../../platforms/Mac OS/vm/config.h&quot;; sourceTree = SOURCE_ROOT; };<br>

&gt; @@ -38,6 +42,8 @@<br>
&gt;                       files = (<br>
&gt;                               732D9F4317012B6E00E25893 /* Security.framework in Frameworks */,<br>
&gt;                               732D9F4417012B6E00E25893 /* CoreFoundation.framework in Frameworks */,<br>
&gt; +                             73CEDF26194BF52D005C12A4 /* libcrypto.dylib in Frameworks */,<br>
&gt; +                             73CEDF28194BF53B005C12A4 /* libssl.dylib in Frameworks */,<br>
&gt;                       );<br>
&gt;                       runOnlyForDeploymentPostprocessing = 0;<br>
&gt;               };<br>
&gt; @@ -50,6 +56,8 @@<br>
&gt;                               08FB77ADFE841716C02AAC07 /* Source */,<br>
&gt;                               089C167CFE841241C02AAC07 /* Resources */,<br>
&gt;                               19C28FB4FE9D528D11CA2CBB /* Products */,<br>
&gt; +                             73CEDF25194BF52D005C12A4 /* libcrypto.dylib */,<br>
&gt; +                             73CEDF27194BF53B005C12A4 /* libssl.dylib */,<br>
&gt;                       );<br>
&gt;                       name = SqueakSSL;<br>
&gt;                       sourceTree = &quot;&lt;group&gt;&quot;;<br>
&gt;<br>
&gt; Modified: branches/Cog/build.macos32x86/squeak.stack.v3/SqueakSSL/SqueakSSL.xcodeproj/project.pbxproj<br>
&gt; ===================================================================<br>
&gt; --- branches/Cog/build.macos32x86/squeak.stack.v3/SqueakSSL/SqueakSSL.xcodeproj/project.pbxproj       2014-06-14 02:52:51 UTC (rev 2999)<br>
&gt; +++ branches/Cog/build.macos32x86/squeak.stack.v3/SqueakSSL/SqueakSSL.xcodeproj/project.pbxproj       2014-06-14 03:36:18 UTC (rev 3000)<br>
&gt; @@ -7,10 +7,11 @@<br>
&gt;       objects = {<br>
&gt;<br>
&gt; /* Begin PBXBuildFile section */<br>
&gt; -             DA3A20F50AA63CBF0050B983 /* interp.h */ = {isa = PBXFileReference; fileEncoding = 30; lastKnownFileType = sourcecode.c.h; name = interp.h; path = ../../../stacksrc/vm/interp.h; sourceTree = SOURCE_ROOT; };<br>

&gt;               73027B6B17012E5F0086D8E4 /* SqueakSSL.c in Sources */ = {isa = PBXBuildFile; fileRef = 73027B6A17012E5F0086D8E4 /* SqueakSSL.c */; };<br>
&gt;               732D9F4317012B6E00E25893 /* Security.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = 732D9F4117012B6E00E25893 /* Security.framework */; };<br>
&gt;               732D9F4417012B6E00E25893 /* CoreFoundation.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = 732D9F4217012B6E00E25893 /* CoreFoundation.framework */; };<br>
&gt; +             73CEDF26194BF52D005C12A4 /* libcrypto.dylib in Frameworks */ = {isa = PBXBuildFile; fileRef = 73CEDF25194BF52D005C12A4 /* libcrypto.dylib */; };<br>
&gt; +             73CEDF28194BF53B005C12A4 /* libssl.dylib in Frameworks */ = {isa = PBXBuildFile; fileRef = 73CEDF27194BF53B005C12A4 /* libssl.dylib */; };<br>
&gt;               73D8A6421701272700C66275 /* sqMacSSL.c in Sources */ = {isa = PBXBuildFile; fileRef = 73D8A6411701272700C66275 /* sqMacSSL.c */; };<br>
&gt; /* End PBXBuildFile section */<br>
&gt;<br>
&gt; @@ -20,10 +21,13 @@<br>
&gt;               732D9F4117012B6E00E25893 /* Security.framework */ = {isa = PBXFileReference; lastKnownFileType = wrapper.framework; name = Security.framework; path = /System/Library/Frameworks/Security.framework; sourceTree = &quot;&lt;absolute&gt;&quot;; };<br>

&gt;               732D9F4217012B6E00E25893 /* CoreFoundation.framework */ = {isa = PBXFileReference; lastKnownFileType = wrapper.framework; name = CoreFoundation.framework; path = /System/Library/Frameworks/CoreFoundation.framework; sourceTree = &quot;&lt;absolute&gt;&quot;; };<br>

&gt;               73811791170128D400CB30CE /* sq.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; name = sq.h; path = ../../../platforms/Cross/vm/sq.h; sourceTree = SOURCE_ROOT; };<br>

&gt; +             73CEDF25194BF52D005C12A4 /* libcrypto.dylib */ = {isa = PBXFileReference; lastKnownFileType = &quot;compiled.mach-o.dylib&quot;; name = libcrypto.dylib; path = usr/lib/libcrypto.dylib; sourceTree = SDKROOT; };<br>

&gt; +             73CEDF27194BF53B005C12A4 /* libssl.dylib */ = {isa = PBXFileReference; lastKnownFileType = &quot;compiled.mach-o.dylib&quot;; name = libssl.dylib; path = usr/lib/libssl.dylib; sourceTree = SDKROOT; };<br>

&gt;               73D8A62E1701259800C66275 /* SqueakSSL.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; name = SqueakSSL.h; path = ../../../platforms/Cross/plugins/SqueakSSL/SqueakSSL.h; sourceTree = SOURCE_ROOT; };<br>

&gt;               73D8A6411701272700C66275 /* sqMacSSL.c */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.c; name = sqMacSSL.c; path = &quot;../../../platforms/Mac OS/plugins/SqueakSSL/sqMacSSL.c&quot;; sourceTree = SOURCE_ROOT; };<br>

&gt;               8D01CCD10486CAD60068D4B7 /* Info.plist */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.plist; path = Info.plist; sourceTree = &quot;&lt;group&gt;&quot;; };<br>
&gt;               8D01CCD20486CAD60068D4B7 /* SqueakSSL.bundle */ = {isa = PBXFileReference; explicitFileType = wrapper.cfbundle; includeInIndex = 0; path = SqueakSSL.bundle; sourceTree = BUILT_PRODUCTS_DIR; };<br>
&gt; +             DA3A20F50AA63CBF0050B983 /* interp.h */ = {isa = PBXFileReference; fileEncoding = 30; lastKnownFileType = sourcecode.c.h; name = interp.h; path = ../../../stacksrc/vm/interp.h; sourceTree = SOURCE_ROOT; };<br>

&gt;               DA3A20F60AA63CDC0050B983 /* sqMemoryAccess.h */ = {isa = PBXFileReference; fileEncoding = 30; lastKnownFileType = sourcecode.c.h; name = sqMemoryAccess.h; path = ../../../platforms/Cross/vm/sqMemoryAccess.h; sourceTree = SOURCE_ROOT; };<br>

&gt;               DA3A20F70AA63CDC0050B983 /* sqVirtualMachine.h */ = {isa = PBXFileReference; fileEncoding = 30; lastKnownFileType = sourcecode.c.h; name = sqVirtualMachine.h; path = ../../../platforms/Cross/vm/sqVirtualMachine.h; sourceTree = SOURCE_ROOT; };<br>

&gt;               DA3A20F80AA63D000050B983 /* config.h */ = {isa = PBXFileReference; fileEncoding = 30; lastKnownFileType = sourcecode.c.h; name = config.h; path = &quot;../../../platforms/Mac OS/vm/config.h&quot;; sourceTree = SOURCE_ROOT; };<br>

&gt; @@ -38,6 +42,8 @@<br>
&gt;                       files = (<br>
&gt;                               732D9F4317012B6E00E25893 /* Security.framework in Frameworks */,<br>
&gt;                               732D9F4417012B6E00E25893 /* CoreFoundation.framework in Frameworks */,<br>
&gt; +                             73CEDF26194BF52D005C12A4 /* libcrypto.dylib in Frameworks */,<br>
&gt; +                             73CEDF28194BF53B005C12A4 /* libssl.dylib in Frameworks */,<br>
&gt;                       );<br>
&gt;                       runOnlyForDeploymentPostprocessing = 0;<br>
&gt;               };<br>
&gt; @@ -50,6 +56,8 @@<br>
&gt;                               08FB77ADFE841716C02AAC07 /* Source */,<br>
&gt;                               089C167CFE841241C02AAC07 /* Resources */,<br>
&gt;                               19C28FB4FE9D528D11CA2CBB /* Products */,<br>
&gt; +                             73CEDF25194BF52D005C12A4 /* libcrypto.dylib */,<br>
&gt; +                             73CEDF27194BF53B005C12A4 /* libssl.dylib */,<br>
&gt;                       );<br>
&gt;                       name = SqueakSSL;<br>
&gt;                       sourceTree = &quot;&lt;group&gt;&quot;;<br>
&gt;<br>
&gt;<br>
&gt; Property changes on: branches/Cog/platforms/Cross/vm/sqSCCSVersion.h<br>
&gt; ___________________________________________________________________<br>
&gt; Modified: checkindate<br>
&gt;   - Fri Jun 13 19:42:51 PDT 2014<br>
&gt;   + Fri Jun 13 20:35:33 PDT 2014<br>
&gt;<br>
&gt; Added: branches/Cog/platforms/unix/plugins/SqueakSSL/Makefile.inc<br>
&gt; ===================================================================<br>
&gt; --- branches/Cog/platforms/unix/plugins/SqueakSSL/Makefile.inc                                (rev 0)<br>
&gt; +++ branches/Cog/platforms/unix/plugins/SqueakSSL/Makefile.inc        2014-06-14 03:36:18 UTC (rev 3000)<br>
&gt; @@ -0,0 +1 @@<br>
&gt; +XLDFLAGS=    -lcrypto -lssl<br>
&gt;<br>
<br>
</blockquote></div><br><br clear="all"><div><br></div>-- <br>best,<div>Eliot</div>
</div></div>