chore(algc): dont show internals by default
This commit is contained in:
parent
078e55ef4a
commit
368d790c63
1 changed files with 2 additions and 1 deletions
|
@ -6,7 +6,8 @@
|
||||||
#include <threads.h>
|
#include <threads.h>
|
||||||
|
|
||||||
#ifdef TEST
|
#ifdef TEST
|
||||||
#define SHOW_INTERNALS
|
// if you want to get the internals of sha2 printed, uncomment the line below
|
||||||
|
// #define SHOW_INTERNALS
|
||||||
#endif // TEST
|
#endif // TEST
|
||||||
|
|
||||||
#ifdef SHOW_INTERNALS
|
#ifdef SHOW_INTERNALS
|
||||||
|
|
Loading…
Add table
Reference in a new issue