1
0
mirror of https://foundry.openuru.org/gitblit/r/CWE-ou-minkata.git synced 2025-07-20 04:09:16 +00:00

The rest of NucleusLib

This commit is contained in:
2011-04-09 11:53:24 -07:00
parent ae434d4eda
commit 7069e00e6f
10 changed files with 161 additions and 12 deletions

View File

@ -32,13 +32,13 @@ You can contact Cyan Worlds, Inc. by email legal@cyan.com
#include "../Pch.h"
#pragma hdrstop
#include "openssl/md5.h"
#include "openssl/sha.h"
#include <openssl/md5.h>
#include <openssl/sha.h>
// OpenSSL's RC4 algorithm has bugs and randomly corrupts data
//#define OPENSSL_RC4
#ifdef OPENSSL_RC4
#include "openssl/rc4.h"
#include <openssl/rc4.h>
#endif
/*****************************************************************************