1
0
mirror of https://github.com/Tha14/toxic.git synced 2025-06-30 03:56:45 +02:00

a few dns fixes

This commit is contained in:
Jfreegman
2014-08-11 01:59:01 -04:00
parent d9a861331f
commit 0f4cffbacc
3 changed files with 15 additions and 12 deletions

View File

@ -124,7 +124,7 @@ char *hex_string_to_bin(const char *hex_string)
return val;
}
int hex_string_to_bytes(char *buf, int size, const char *keystr, int strsize)
int hex_string_to_bytes(char *buf, int size, const char *keystr)
{
if (size % 2 != 0)
return -1;