summaryrefslogtreecommitdiff
path: root/extra/yassl/include/yassl_error.hpp
diff options
context:
space:
mode:
Diffstat (limited to 'extra/yassl/include/yassl_error.hpp')
-rw-r--r--extra/yassl/include/yassl_error.hpp4
1 files changed, 4 insertions, 0 deletions
diff --git a/extra/yassl/include/yassl_error.hpp b/extra/yassl/include/yassl_error.hpp
index 0b06a37a635..9c12b06e34a 100644
--- a/extra/yassl/include/yassl_error.hpp
+++ b/extra/yassl/include/yassl_error.hpp
@@ -59,6 +59,10 @@ enum YasslError {
enum Library { yaSSL_Lib = 0, CryptoLib, SocketLib };
+enum { MAX_ERROR_SZ = 80 };
+
+void SetErrorString(YasslError, char*);
+
// Base class for all yaSSL exceptions
class Error : public mySTL::runtime_error {