Disable secret for base.

This commit is contained in:
Geoffrey Challen 2016-01-31 10:06:08 -05:00
parent 716d33964b
commit dc49fc79a4

View File

@ -44,7 +44,7 @@
* allows normally compilation and operation.
*/
#define SECRET_TESTING
#define SECRET 1755184289
#undef SECRET_TESTING
#define SECRET 0
#endif /* _SECRET_H_ */