diff options
author | Georg Richter <georg@mariadb.com> | 2016-10-13 12:07:14 +0200 |
---|---|---|
committer | Georg Richter <georg@mariadb.com> | 2016-10-13 12:07:14 +0200 |
commit | 351e6c8ede92ce2c22b9e7dfe07f992d09661478 (patch) | |
tree | 99f95ff39c350cc68bdc7406a26793f6e75fcf0c /extra/yassl/include/timer.hpp | |
parent | 9a0fdab9ffab032aaf70ebf1ed255480b850a462 (diff) | |
download | mariadb-git-10.2-good_bye_yassl.tar.gz |
- Replaced yassl by gnutls10.2-good_bye_yassl
TLS functionality is now handled in ma_tls_vio.c
- added new parameter ssl_passphrase for passphrase protected
keys
Diffstat (limited to 'extra/yassl/include/timer.hpp')
-rw-r--r-- | extra/yassl/include/timer.hpp | 41 |
1 files changed, 0 insertions, 41 deletions
diff --git a/extra/yassl/include/timer.hpp b/extra/yassl/include/timer.hpp deleted file mode 100644 index 1587c079ba0..00000000000 --- a/extra/yassl/include/timer.hpp +++ /dev/null @@ -1,41 +0,0 @@ -/* - Copyright (C) 2000-2007 MySQL AB - Use is subject to license terms - - This program is free software; you can redistribute it and/or modify - it under the terms of the GNU General Public License as published by - the Free Software Foundation; version 2 of the License. - - This program is distributed in the hope that it will be useful, - but WITHOUT ANY WARRANTY; without even the implied warranty of - MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the - GNU General Public License for more details. - - You should have received a copy of the GNU General Public License - along with this program; see the file COPYING. If not, write to the - Free Software Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, - MA 02110-1301 USA. -*/ - -/* timer.hpp provides a high res and low res timers - * -*/ - - -#ifndef yaSSL_TIMER_HPP -#define yaSSL_TIMER_HPP - -namespace yaSSL { - -typedef double timer_d; -typedef unsigned int uint; - - - -timer_d timer(); -uint lowResTimer(); - - - -} // namespace -#endif // yaSSL_TIMER_HPP |