tlsh
tlsh copied to clipboard
Make sure one of BUCKETS_* and one of CHECHKSUM_?B are always defined
To make tlsh a ready-to-use static or shared library tlsh.h must make sure to define one of the BUCKETS_* and CHECHKSUM_?B variables in case none is defined yet.
This PR ensures the default settings as per CMakeLists.txt. This PR fixes https://github.com/trendmicro/tlsh/issues/114.