mirror of
https://github.com/Neo-Desktop/WindowsXPKg
synced 2025-12-08 19:25:13 +02:00
Data type consistency uplift
This commit is contained in:
@@ -106,7 +106,7 @@ int main(int argc, char *argv[]) {
|
||||
// Calculation
|
||||
char pKey[25];
|
||||
|
||||
uint32_t nRaw = options.channelID * 1000000 ; /* <- change */
|
||||
DWORD nRaw = options.channelID * 1000000 ; /* <- change */
|
||||
|
||||
BIGNUM *bnrand = BN_new();
|
||||
BN_rand(bnrand, 19, BN_RAND_TOP_ANY, BN_RAND_BOTTOM_ANY);
|
||||
|
||||
Reference in New Issue
Block a user