[MOD] Avoid allocating memory in HMAC

This commit is contained in:
LDA 2024-08-26 21:07:55 +02:00
commit 55674c369b
3 changed files with 18 additions and 22 deletions

View file

@ -42,12 +42,13 @@ static const Argument arguments[] =
Arg('J', true, "number(=8)", "Sets the number of XMPP threads")
Arg('C', true, "file(='parsee.json')", "Sets the JSON config to use")
Arg('g', false, NULL,"Generates a parsee.yaml AS file before exiting")
Arg('g', false, NULL,
"Generates a parsee.yaml AS file before exiting")
Arg('v', false, NULL,
"Forces Parsee to print in a more verbose fashion "
"(-vv prints stanzas to stderr)"
)
Arg('h', false, NULL,"Generates an help screen(this one!)")
"(-vv prints stanzas to stderr)")
Arg('h', false, NULL,
"Generates an help screen(this one!)")
EndOfArgs