diff options
Diffstat (limited to 'selftest.cpp')
| -rw-r--r-- | selftest.cpp | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/selftest.cpp b/selftest.cpp index 8404f4a1..200dd3a7 100644 --- a/selftest.cpp +++ b/selftest.cpp @@ -472,6 +472,8 @@ int main(int argc,char **argv) exit(0); */ + std::cout << "[info] sizeof(void *) == " << sizeof(void *) << std::endl; + srand((unsigned int)time(0)); r |= testCrypto(); |
