deps: update

This commit is contained in:
6arelyFuture 2023-01-10 12:29:18 +01:00
parent 13cf8cc6a4
commit bca0ed52ac
Signed by: Future
GPG Key ID: FA77F074E98D98A5
2 changed files with 3 additions and 0 deletions

View File

@ -19,6 +19,8 @@ function libtomcrypt.includes()
"LTC_NO_FAST",
"LTC_NO_PROTOTYPES",
"LTC_NO_RSA_BLINDING",
"LTC_NO_FILE",
"ARGTYPE=4",
}
end
@ -34,6 +36,7 @@ function libtomcrypt.project()
}
removefiles {
path.join(libtomcrypt.source, "src/**/*_test.c"),
path.join(libtomcrypt.source, "src/**/*tab.c"),
path.join(libtomcrypt.source, "src/encauth/ocb3/**.c"),
}

Binary file not shown.