diff options
author | Kyle Altendorf <sda@fstab.net> | 2019-09-09 16:14:42 -0400 |
---|---|---|
committer | Kyle Altendorf <sda@fstab.net> | 2019-09-09 16:14:42 -0400 |
commit | b964bf6b1fdad0b5da2c655c006981aa3b0efe0c (patch) | |
tree | 3b4208c747cec4314df4e0cfaa912eb023e35cc1 /test.c | |
parent | Avoid warnings about unused variable fails (diff) | |
download | siphash-b964bf6b1fdad0b5da2c655c006981aa3b0efe0c.tar.gz siphash-b964bf6b1fdad0b5da2c655c006981aa3b0efe0c.tar.xz |
Remove unneded #ifndef GETVECTORS check
Diffstat (limited to 'test.c')
-rw-r--r-- | test.c | 2 |
1 files changed, 0 insertions, 2 deletions
@@ -90,9 +90,7 @@ int main() { if (memcmp(out, v + (i * len), len)) { printf("fail for %d bytes\n", i); -#ifndef GETVECTORS fails++; -#endif } #endif } |