BINK1998 Upgrade Bit

This commit is contained in:
Andrew
2023-06-10 19:38:22 +03:00
parent f11552509a
commit d4d50d9885
5 changed files with 36 additions and 18 deletions

View File

@@ -77,10 +77,8 @@ struct Options {
MODE applicationMode;
};
extern Options options;
// Type definitions
typedef bool BOOL;
typedef uint32_t BOOL;
typedef uint8_t BYTE;
typedef uint16_t WORD;
typedef uint32_t DWORD;
@@ -91,6 +89,7 @@ typedef unsigned __int128 OWORD;
#endif
// Global variables
extern Options options;
// util.cpp
int BN_bn2lebin(const BIGNUM *a, unsigned char *to, int tolen); // Hello OpenSSL developers, please tell me, where is this function at?