Update of /cvsroot/wpdev/wolfpack/network
In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv6599/network
Modified Files:
encryption.h
Log Message:
Experimental MacOS X support
Index: encryption.h
===================================================================
RCS file: /cvsroot/wpdev/wolfpack/network/encryption.h,v
retrieving revision 1.4
retrieving revision 1.5
diff -C2 -d -r1.4 -r1.5
*** encryption.h 10 Aug 2004 03:24:29 -0000 1.4
--- encryption.h 24 Aug 2004 00:23:22 -0000 1.5
***************
*** 33,40 ****
#include "../singleton.h"
- extern "C"
- {
#include "../twofish/aes.h"
- };
struct stLoginKey
--- 33,37 ----
|