diff options
author | unknown <msvensson@shellback.(none)> | 2006-04-26 18:10:14 +0200 |
---|---|---|
committer | unknown <msvensson@shellback.(none)> | 2006-04-26 18:10:14 +0200 |
commit | 18a8eaa7d78e1f90c5559d9e8d44d160d05a0130 (patch) | |
tree | edd08bf6bcf4c75f15e01d6214e4be3ca4a20add /extra | |
parent | 4c00a5c90d8070c8fc8ae3b0f8662a15a31bd386 (diff) | |
download | mariadb-git-18a8eaa7d78e1f90c5559d9e8d44d160d05a0130.tar.gz |
Move inclusion of "ripemd.hpp" from yassl to taocrypt
Diffstat (limited to 'extra')
-rw-r--r-- | extra/yassl/src/template_instnt.cpp | 1 | ||||
-rw-r--r-- | extra/yassl/taocrypt/src/template_instnt.cpp | 1 |
2 files changed, 1 insertions, 1 deletions
diff --git a/extra/yassl/src/template_instnt.cpp b/extra/yassl/src/template_instnt.cpp index 5782df213ea..d4a1650b8e2 100644 --- a/extra/yassl/src/template_instnt.cpp +++ b/extra/yassl/src/template_instnt.cpp @@ -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 diff --git a/extra/yassl/taocrypt/src/template_instnt.cpp b/extra/yassl/taocrypt/src/template_instnt.cpp index 18a884364fa..5efd2d32a10 100644 --- a/extra/yassl/taocrypt/src/template_instnt.cpp +++ b/extra/yassl/taocrypt/src/template_instnt.cpp @@ -34,6 +34,7 @@ #include "algebra.hpp" #include "vector.hpp" #include "hash.hpp" +#include "ripemd.hpp" #ifdef HAVE_EXPLICIT_TEMPLATE_INSTANTIATION namespace TaoCrypt { |