Don't do libtom argchecks

This commit is contained in:
momo5502 2022-11-12 10:05:52 +01:00
parent 47ac6aaf2a
commit 1f9ce96c4d
2 changed files with 2 additions and 0 deletions

View File

@ -19,6 +19,7 @@ function libtomcrypt.includes()
"LTC_NO_FAST",
"LTC_NO_PROTOTYPES",
"LTC_NO_RSA_BLINDING",
"ARGTYPE=4",
}
end

View File

@ -19,6 +19,7 @@ function libtommath.includes()
"LTM_DESC",
"__STDC_IEC_559__",
"MP_NO_DEV_URANDOM",
"ARGTYPE=4",
}
end