moved new crypto stuff into io library, since it inherits CStreamFilter

This commit is contained in:
Nick Bolton 2013-05-30 13:48:08 +00:00
parent e05a9dfa98
commit f4f7f69b3f
13 changed files with 36 additions and 29 deletions

View file

@ -49,3 +49,13 @@ XIOWouldBlock::getWhat() const throw()
{
return format("XIOWouldBlock", "stream operation would block");
}
//
// XBadCryptoMode
//
CString
XIOBadCryptoMode::getWhat() const throw()
{
return "XBadCryptoMode";
}