|
1 | | -/* |
2 | | - Copyright (C) 2000-2007 MySQL AB |
| 1 | +/* Copyright (c) 2000, 2011, Oracle and/or its affiliates. All rights reserved. |
3 | 2 |
|
4 | 3 | This program is free software; you can redistribute it and/or modify |
5 | 4 | it under the terms of the GNU General Public License as published by |
|
11 | 10 | GNU General Public License for more details. |
12 | 11 |
|
13 | 12 | You should have received a copy of the GNU General Public License |
14 | | - along with this program; see the file COPYING. If not, write to the |
15 | | - Free Software Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, |
16 | | - MA 02110-1301 USA. |
17 | | -*/ |
| 13 | + along with this program; if not, write to the Free Software |
| 14 | + Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA */ |
18 | 15 |
|
19 | 16 | /* The crypto wrapper source implements the policies for the cipher |
20 | 17 | * components used by SSL. |
@@ -991,24 +988,4 @@ x509* PemToDer(FILE* file, CertType type, EncryptedInfo* info) |
991 | 988 | } // namespace |
992 | 989 |
|
993 | 990 |
|
994 | | -#ifdef HAVE_EXPLICIT_TEMPLATE_INSTANTIATION |
995 | | -namespace yaSSL { |
996 | | -template void ysDelete<DiffieHellman::DHImpl>(DiffieHellman::DHImpl*); |
997 | | -template void ysDelete<Integer::IntegerImpl>(Integer::IntegerImpl*); |
998 | | -template void ysDelete<RSA::RSAImpl>(RSA::RSAImpl*); |
999 | | -template void ysDelete<DSS::DSSImpl>(DSS::DSSImpl*); |
1000 | | -template void ysDelete<RandomPool::RandomImpl>(RandomPool::RandomImpl*); |
1001 | | -template void ysDelete<AES::AESImpl>(AES::AESImpl*); |
1002 | | -template void ysDelete<RC4::RC4Impl>(RC4::RC4Impl*); |
1003 | | -template void ysDelete<DES_EDE::DES_EDEImpl>(DES_EDE::DES_EDEImpl*); |
1004 | | -template void ysDelete<DES::DESImpl>(DES::DESImpl*); |
1005 | | -template void ysDelete<HMAC_RMD::HMAC_RMDImpl>(HMAC_RMD::HMAC_RMDImpl*); |
1006 | | -template void ysDelete<HMAC_SHA::HMAC_SHAImpl>(HMAC_SHA::HMAC_SHAImpl*); |
1007 | | -template void ysDelete<HMAC_MD5::HMAC_MD5Impl>(HMAC_MD5::HMAC_MD5Impl*); |
1008 | | -template void ysDelete<RMD::RMDImpl>(RMD::RMDImpl*); |
1009 | | -template void ysDelete<SHA::SHAImpl>(SHA::SHAImpl*); |
1010 | | -template void ysDelete<MD5::MD5Impl>(MD5::MD5Impl*); |
1011 | | -} |
1012 | | -#endif // HAVE_EXPLICIT_TEMPLATE_INSTANTIATION |
1013 | | - |
1014 | 991 | #endif // !USE_CRYPTOPP_LIB |
0 commit comments