Simplify network.cpp to transmit only strings.

This commit is contained in:
Keith Winstein
2011-08-05 19:44:34 -04:00
parent bffc099754
commit 1b3443befd
10 changed files with 211 additions and 197 deletions
+1 -1
View File
@@ -11,7 +11,7 @@ static void dos_detected( const char *expression, const char *file, int line, co
char buffer[ 2048 ];
snprintf( buffer, 2048, "Illegal counterparty input (possible denial of service) in function %s at %s:%d, failed test: %s\n",
function, file, line, expression );
throw CryptoException( buffer );
throw Crypto::CryptoException( buffer );
}
#define dos_assert(expr) \