mirror of
https://github.com/vanhauser-thc/thc-hydra.git
synced 2025-08-22 06:13:55 -07:00
radmin2: fix compilation warnings.
This commit is contained in:
parent
da23d09f39
commit
9afff2d18b
1 changed files with 1 additions and 1 deletions
|
@ -179,7 +179,7 @@ void service_radmin2(char *ip, int32_t sp, unsigned char options, char *miscptr,
|
||||||
char buffer[42];
|
char buffer[42];
|
||||||
char password[101];
|
char password[101];
|
||||||
uint8_t rawkey[16];
|
uint8_t rawkey[16];
|
||||||
uint8_t *IV = "\xFE\xDC\xBA\x98\x76\x54\x32\x10\xA3\x9D\x4A\x18\xF8\x5B\x4A\x52";
|
char *IV = "\xFE\xDC\xBA\x98\x76\x54\x32\x10\xA3\x9D\x4A\x18\xF8\x5B\x4A\x52";
|
||||||
uint8_t encrypted[32];
|
uint8_t encrypted[32];
|
||||||
gcry_error_t err;
|
gcry_error_t err;
|
||||||
gcry_cipher_hd_t cipher;
|
gcry_cipher_hd_t cipher;
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue