Mercurial > dropbear
diff libtomcrypt/src/mac/xcbc/xcbc_file.c @ 1733:d529a52b2f7c coverity coverity
merge coverity from main
author | Matt Johnston <matt@ucc.asn.au> |
---|---|
date | Fri, 26 Jun 2020 21:07:34 +0800 |
parents | e9dba7abd939 |
children |
line wrap: on
line diff
--- a/libtomcrypt/src/mac/xcbc/xcbc_file.c Thu Mar 21 23:28:59 2019 +0800 +++ b/libtomcrypt/src/mac/xcbc/xcbc_file.c Fri Jun 26 21:07:34 2020 +0800 @@ -31,6 +31,12 @@ unsigned char *out, unsigned long *outlen) { #ifdef LTC_NO_FILE + LTC_UNUSED_PARAM(cipher); + LTC_UNUSED_PARAM(key); + LTC_UNUSED_PARAM(keylen); + LTC_UNUSED_PARAM(filename); + LTC_UNUSED_PARAM(out); + LTC_UNUSED_PARAM(outlen); return CRYPT_NOP; #else size_t x;