[Vm-dev] [commit][3131] Merge Levente' s recent changes to DNS lookup on Windows and SSL on Unix.

commits at squeakvm.org commits at squeakvm.org
Thu Nov 13 22:36:51 UTC 2014


Revision: 3131
Author:   eliot
Date:     2014-11-13 14:36:48 -0800 (Thu, 13 Nov 2014)
Log Message:
-----------
Merge Levente's recent changes to DNS lookup on Windows and SSL on Unix.
Don't forget the SSL changes in plugins/Cross.
See http://squeakvm.org/cgi-bin/viewvc.cgi/squeak?view=revision&revision=2249
http://bugs.squeak.org/view.php?id=7824

Modified Paths:
--------------
    trunk/platforms/Cross/plugins/SqueakSSL/SqueakSSL.h

Property Changed:
----------------
    trunk/platforms/Cross/plugins/sqPluginsSCCSVersion.h

Modified: trunk/platforms/Cross/plugins/SqueakSSL/SqueakSSL.h
===================================================================
--- trunk/platforms/Cross/plugins/SqueakSSL/SqueakSSL.h	2014-11-12 19:52:35 UTC (rev 3130)
+++ trunk/platforms/Cross/plugins/SqueakSSL/SqueakSSL.h	2014-11-13 22:36:48 UTC (rev 3131)
@@ -48,6 +48,7 @@
 /**********************************************/
 #define SQSSL_PROP_PEERNAME 0
 #define SQSSL_PROP_CERTNAME 1
+#define SQSSL_PROP_SERVERNAME 2
 
 /* sqCreateSSL: Creates a new SSL instance.
 	Arguments: None.


Property changes on: trunk/platforms/Cross/plugins/sqPluginsSCCSVersion.h
___________________________________________________________________
Modified: checkindate
   - Fri Oct 24 21:40:19 PDT 2014
   + Thu Nov 13 14:36:11 PST 2014



More information about the Vm-dev mailing list