mirror of
https://github.com/edubart/otclient.git
synced 2025-10-18 21:43:26 +02:00
Fix broken compilation in mingw32
This commit is contained in:
@@ -27,6 +27,7 @@
|
||||
#include <boost/uuid/uuid.hpp>
|
||||
#include <boost/functional/hash.hpp>
|
||||
|
||||
#include <openssl/rsa.h>
|
||||
#include <openssl/sha.h>
|
||||
#include <openssl/md5.h>
|
||||
#include <openssl/bn.h>
|
||||
|
@@ -26,7 +26,7 @@
|
||||
#include "../stdext/types.h"
|
||||
#include <string>
|
||||
|
||||
#include <openssl/rsa.h>
|
||||
typedef struct rsa_st RSA;
|
||||
|
||||
class Crypt
|
||||
{
|
||||
|
Reference in New Issue
Block a user