mirror of
https://forge.fsky.io/lda/Parsee.git
synced 2026-03-13 16:55:10 +00:00
[MOD] Avoid allocating memory in HMAC
This commit is contained in:
parent
39cc04fc2e
commit
55674c369b
3 changed files with 18 additions and 22 deletions
2
Makefile
2
Makefile
|
|
@ -41,7 +41,7 @@ all: binary utils
|
|||
|
||||
binary: $(OBJ_FILES)
|
||||
$(CC) $(LDFLAGS) $(OBJ_FILES) -o $(BINARY)
|
||||
tags:
|
||||
tags: $(SRC_FILES)
|
||||
@ctags --recurse $(SOURCE)/
|
||||
|
||||
clean:
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue