mirror of
https://github.com/mod-playerbots/azerothcore-wotlk.git
synced 2026-01-23 21:56:22 +00:00
feat(Core/Crypto): add support OpenSSL 3.0 (#13354)
This commit is contained in:
@@ -19,6 +19,7 @@
|
||||
#define _ADDONMGR_H
|
||||
|
||||
#include "Define.h"
|
||||
#include <array>
|
||||
#include <list>
|
||||
#include <string>
|
||||
#include <utility>
|
||||
@@ -49,8 +50,8 @@ struct SavedAddon
|
||||
struct BannedAddon
|
||||
{
|
||||
uint32 Id;
|
||||
uint8 NameMD5[16];
|
||||
uint8 VersionMD5[16];
|
||||
std::array<uint8, 16> NameMD5;
|
||||
std::array<uint8, 16> VersionMD5;
|
||||
uint32 Timestamp;
|
||||
};
|
||||
|
||||
|
||||
Reference in New Issue
Block a user