added random header to AES and removed malloc calls
This commit is contained in:
@@ -26,7 +26,7 @@ OBJDIR="obj"
|
||||
OUTDIR="bin"
|
||||
STATIC_LIB_FILE="lib$PROJECT.a"
|
||||
|
||||
INCLUDE="-I./src -I./dependencies -I./dependencies/tlibc/include"
|
||||
INCLUDE="-I./src -I./dependencies/BearSSL/inc -I./dependencies/tlibc/include"
|
||||
|
||||
# OS-specific options
|
||||
case "$OS" in
|
||||
|
||||
Reference in New Issue
Block a user