diff options
author | svoj@mysql.com <> | 2005-05-31 20:56:32 +0500 |
---|---|---|
committer | svoj@mysql.com <> | 2005-05-31 20:56:32 +0500 |
commit | 01f40369898b31172c0568bb9ebc3594ae6d2cad (patch) | |
tree | 039a0d9d6e565ecbf39c2c04fed0bdf039351125 /extra/yassl/taocrypt/src/algebra.cpp | |
parent | 329d974df743975d4f898dbb8fc7a31fca818f6b (diff) | |
download | mariadb-git-01f40369898b31172c0568bb9ebc3594ae6d2cad.tar.gz |
WL#2286 - Compile MySQL w/YASSL support
merge with latest yaSSL, move templates instantiation into separate file where it is possible
Diffstat (limited to 'extra/yassl/taocrypt/src/algebra.cpp')
-rw-r--r-- | extra/yassl/taocrypt/src/algebra.cpp | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/extra/yassl/taocrypt/src/algebra.cpp b/extra/yassl/taocrypt/src/algebra.cpp index d70f8dd5d72..7608e78b0ed 100644 --- a/extra/yassl/taocrypt/src/algebra.cpp +++ b/extra/yassl/taocrypt/src/algebra.cpp @@ -322,8 +322,6 @@ void AbstractRing::SimultaneousExponentiate(Integer *results, #ifdef __GNUC__ namespace mySTL { template TaoCrypt::WindowSlider* uninit_copy<TaoCrypt::WindowSlider*, TaoCrypt::WindowSlider*>(TaoCrypt::WindowSlider*, TaoCrypt::WindowSlider*, TaoCrypt::WindowSlider*); -template vector<TaoCrypt::Integer>* uninit_fill_n<vector<TaoCrypt::Integer>*, unsigned int, vector<TaoCrypt::Integer> >(vector<TaoCrypt::Integer>*, unsigned int, vector<TaoCrypt::Integer> const&); template void destroy<TaoCrypt::WindowSlider*>(TaoCrypt::WindowSlider*, TaoCrypt::WindowSlider*); -template void destroy<vector<TaoCrypt::Integer>*>(vector<TaoCrypt::Integer>*, vector<TaoCrypt::Integer>*); } #endif |