[Vm-dev] [commit][3415] Integrate Levente Uzonyi, Marcel Taeumel and Tobias Pape' s V2 SSL plugin header.

commits at squeakvm.org commits at squeakvm.org
Thu Jul 30 01:46:51 UTC 2015


Revision: 3415
Author:   eliot
Date:     2015-07-29 18:46:49 -0700 (Wed, 29 Jul 2015)
Log Message:
-----------
Integrate Levente Uzonyi, Marcel Taeumel and Tobias Pape's V2 SSL plugin header.
This change adds only a version number define.

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	2015-07-24 18:36:02 UTC (rev 3414)
+++ trunk/platforms/Cross/plugins/SqueakSSL/SqueakSSL.h	2015-07-30 01:46:49 UTC (rev 3415)
@@ -1,6 +1,16 @@
 #ifndef SqueakSSL_H
 #define SqueakSSL_H
 
+/**********************************************************/
+/* SqueakSSL Version Information                          */
+/* Version 1: Inital version                              */
+/* Version 2: SNI support by Levente Uzonyi and help by   */
+/*            Marcel Taeumel and Tobias Pape              */
+/**********************************************************/
+
+
+#define SQSSL_VERSION 2
+
 /*************************/
 /* SSL connection states */
 /*************************/


Property changes on: trunk/platforms/Cross/plugins/sqPluginsSCCSVersion.h
___________________________________________________________________
Modified: checkindate
   - Thu Jul 16 11:54:21 PDT 2015
   + Wed Jul 29 18:45:36 PDT 2015



More information about the Vm-dev mailing list