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
+2
View File
@@ -8,6 +8,8 @@
#include "crypto.hpp"
using namespace Crypto;
int main( int argc, char *argv[] )
{
if ( argc != 2 ) {