Now using openssl on windows instead of ms crypto api. Can't stand all these handles for the crypto api, openssl will be required later anyway. MD5 sums will be used when transfering avatars for efficient caching - avatars are identified by their MD5 sum.

Sorry for making it even harder to compile on windows...
This commit is contained in:
lotodore
2007-09-08 11:00:46 +00:00
parent c5c6bec710
commit d0898ed336
10 changed files with 26 additions and 119 deletions
-1
View File
@@ -25,7 +25,6 @@
#include <net/netpacket.h>
#include <net/socket_msg.h>
#include <net/netexception.h>
#include <core/rand.h>
#include <gamedata.h>
#include <game.h>
#include <playerinterface.h>