use more static and fix [-Wmissing-prototypes]

This commit is contained in:
Philippe Teuwen
2019-04-13 21:54:04 +02:00
parent 4572acc1eb
commit 5c55664fc5
23 changed files with 223 additions and 218 deletions

View File

@@ -600,7 +600,7 @@ static uint64_t testCryptedCSN(uint64_t crypted_csn, uint64_t expected) {
return retval;
}
int testDES2(uint64_t csn, uint64_t expected) {
static int testDES2(uint64_t csn, uint64_t expected) {
uint8_t result[8] = {0};
uint8_t input[8] = {0};