List:Commits« Previous MessageNext Message »
From:msvensson Date:April 26 2006 4:10pm
Subject:bk commit into 5.0 tree (msvensson:1.2175)
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
  1.2175 06/04/26 18:10:14 msvensson@shellback.(none) +2 -0
  Move inclusion of "ripemd.hpp" from yassl to taocrypt

  extra/yassl/taocrypt/src/template_instnt.cpp
    1.11 06/04/26 18:10:09 msvensson@shellback.(none) +1 -0
    Move inclusion of "ripemd.hpp" from yassl to taocrypt

  extra/yassl/src/template_instnt.cpp
    1.7 06/04/26 18:10:09 msvensson@shellback.(none) +0 -1
    Move inclusion of "ripemd.hpp" from yassl to taocrypt

# 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:	shellback.(none)
# Root:	/home/msvensson/mysql/my50-maint-yassl

--- 1.6/extra/yassl/src/template_instnt.cpp	2006-04-21 18:19:46 +02:00
+++ 1.7/extra/yassl/src/template_instnt.cpp	2006-04-26 18:10:09 +02:00
@@ -31,7 +31,6 @@
 #include "hmac.hpp"
 #include "md5.hpp"
 #include "sha.hpp"
-#include "ripemd.hpp"
 #include "openssl/ssl.h"
 
 #ifdef HAVE_EXPLICIT_TEMPLATE_INSTANTIATION

--- 1.10/extra/yassl/taocrypt/src/template_instnt.cpp	2006-04-24 21:55:44 +02:00
+++ 1.11/extra/yassl/taocrypt/src/template_instnt.cpp	2006-04-26 18:10:09 +02:00
@@ -34,6 +34,7 @@
 #include "algebra.hpp"
 #include "vector.hpp"
 #include "hash.hpp"
+#include "ripemd.hpp"
 
 #ifdef HAVE_EXPLICIT_TEMPLATE_INSTANTIATION
 namespace TaoCrypt {
Thread
bk commit into 5.0 tree (msvensson:1.2175)msvensson26 Apr