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:
@ -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
|
||||
|
||||
/*****************************************************************************
|
||||
|
Reference in New Issue
Block a user