X-Git-Url: https://feistymeow.org/gitweb/?a=blobdiff_plain;ds=sidebyside;f=nucleus%2Flibrary%2Ftests_crypto%2Ftest_rsa_crypto.cpp;h=adc85d5a61abd6acbeed056a09c6c1a83d11184b;hb=8d09ec8f586f0ee22fe4fd0103a8c29483ab34b7;hp=5652912596536616c5eb58a8918b441a9e473574;hpb=3ea085ec301ed1399dfa1e9f3a240312dc95410b;p=feisty_meow.git diff --git a/nucleus/library/tests_crypto/test_rsa_crypto.cpp b/nucleus/library/tests_crypto/test_rsa_crypto.cpp index 56529125..adc85d5a 100644 --- a/nucleus/library/tests_crypto/test_rsa_crypto.cpp +++ b/nucleus/library/tests_crypto/test_rsa_crypto.cpp @@ -99,7 +99,7 @@ int test_rsa::execute() FUNCDEF("execute"); int left = THREAD_COUNT; while (left--) { - _threads.add_thread(new rsa_thread(*this), true, NIL); + _threads.add_thread(new rsa_thread(*this), true, NULL_POINTER); } while (_threads.threads()) { @@ -107,6 +107,9 @@ int test_rsa::execute() LOG(astring("cleaning debris.")); #endif _threads.clean_debris(); +#ifdef DEBUG_RSA_CRYPTO + LOG(astring("after cleaning debris.")); +#endif time_control::sleep_ms(1000); }