diff options
author | msvensson@shellback.(none) <> | 2006-05-29 14:49:51 +0200 |
---|---|---|
committer | msvensson@shellback.(none) <> | 2006-05-29 14:49:51 +0200 |
commit | 8f27d3dc4ae79e6e2717fe7367cd197bdf4edf7d (patch) | |
tree | 0182ea9aea5eabd29423e6e6ea1407443bdcf292 /extra/yassl/include | |
parent | a401734c079da0844be6b40b5495e3884b1472d8 (diff) | |
download | mariadb-git-8f27d3dc4ae79e6e2717fe7367cd197bdf4edf7d.tar.gz |
Import from yaSSL
Diffstat (limited to 'extra/yassl/include')
-rw-r--r-- | extra/yassl/include/yassl_error.hpp | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/extra/yassl/include/yassl_error.hpp b/extra/yassl/include/yassl_error.hpp index 9c12b06e34a..2f35fecb59b 100644 --- a/extra/yassl/include/yassl_error.hpp +++ b/extra/yassl/include/yassl_error.hpp @@ -26,7 +26,6 @@ #ifndef yaSSL_ERROR_HPP #define yaSSL_ERROR_HPP -#include "stdexcept.hpp" namespace yaSSL { @@ -63,7 +62,7 @@ enum { MAX_ERROR_SZ = 80 }; void SetErrorString(YasslError, char*); - +/* remove for now, if go back to exceptions use this wrapper // Base class for all yaSSL exceptions class Error : public mySTL::runtime_error { YasslError error_; @@ -75,6 +74,7 @@ public: YasslError get_number() const; Library get_lib() const; }; +*/ } // naemspace |