diff options
author | svoj@mysql.com <> | 2005-06-22 14:08:28 +0500 |
---|---|---|
committer | svoj@mysql.com <> | 2005-06-22 14:08:28 +0500 |
commit | 74373e7d54c37cf0af379a1f05c0d3be17e32a21 (patch) | |
tree | 1e95fc4eade286d02290940b7d365b5c00888209 /extra/yassl/src/crypto_wrapper.cpp | |
parent | c45df76029ea647c39ab44aab5abb0b72a8c2a70 (diff) | |
download | mariadb-git-74373e7d54c37cf0af379a1f05c0d3be17e32a21.tar.gz |
WL#2286 - Compile MySQL w/YASSL support
Fix GCC 4.0 link failure.
Better CXX_VERSION guessing.
Diffstat (limited to 'extra/yassl/src/crypto_wrapper.cpp')
-rw-r--r-- | extra/yassl/src/crypto_wrapper.cpp | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/extra/yassl/src/crypto_wrapper.cpp b/extra/yassl/src/crypto_wrapper.cpp index 976518ace91..80cadd3d722 100644 --- a/extra/yassl/src/crypto_wrapper.cpp +++ b/extra/yassl/src/crypto_wrapper.cpp @@ -971,7 +971,7 @@ x509* PemToDer(const char* fname, CertType type) } // namespace -#ifdef EXPLICIT_TEMPLATE_INSTANTIATION +#ifdef HAVE_EXPLICIT_TEMPLATE_INSTANTIATION namespace yaSSL { template void ysDelete<DiffieHellman::DHImpl>(DiffieHellman::DHImpl*); template void ysDelete<Integer::IntegerImpl>(Integer::IntegerImpl*); @@ -989,6 +989,6 @@ template void ysDelete<RMD::RMDImpl>(RMD::RMDImpl*); template void ysDelete<SHA::SHAImpl>(SHA::SHAImpl*); template void ysDelete<MD5::MD5Impl>(MD5::MD5Impl*); } -#endif // EXPLICIT_TEMPLATE_INSTANTIATION +#endif // HAVE_EXPLICIT_TEMPLATE_INSTANTIATION #endif // !USE_CRYPTOPP_LIB |