List:Commits« Previous MessageNext Message »
From:msvensson Date:May 8 2007 10:31pm
Subject:bk commit into 5.0 tree (msvensson:1.2461)
View as plain text  
Below is the list of changes that have just been committed into a local
5.0 repository of msvensson. When msvensson does a push these changes will
be propagated to the main repository and, within 24 hours after the
push, to the public repository.
For information on how to access the public repository
see http://dev.mysql.com/doc/mysql/en/installing-source-tree.html

ChangeSet@stripped, 2007-05-09 00:31:28+02:00, msvensson@stripped +1 -0
  Import latest cyassl

  extra/cyassl/src/ssl.c@stripped, 2007-05-08 23:02:11+02:00, msvensson@stripped +3 -3
    Import patch yassl.diff

# This is a BitKeeper patch.  What follows are the unified diffs for the
# set of deltas contained in the patch.  The rest of the patch, the part
# that BitKeeper cares about, is below these diffs.
# User:	msvensson
# Host:	pilot.blaudden
# Root:	/home/msvensson/mysql/cyassl/my50-cyassl

--- 1.4/extra/cyassl/src/ssl.c	2007-05-08 18:20:24 +02:00
+++ 1.5/extra/cyassl/src/ssl.c	2007-05-08 23:02:11 +02:00
@@ -1065,9 +1065,9 @@ int CyaSSL_check_domain_name(SSL* ssl, c
         return SSL_NOT_IMPLEMENTED;
     }
 
-
-    int SSL_CTX_set_session_id_context(SSL_CTX*, const unsigned char*,
-                                       unsigned int)
+    int SSL_CTX_set_session_id_context(SSL_CTX* ctx,
+                                       const unsigned char* sid_ctx,
+                                       unsigned int sid_ctx_len)
     {
         /* No application specific context needed for cyaSSL */
         return SSL_SUCCESS;
Thread
bk commit into 5.0 tree (msvensson:1.2461)msvensson9 May