X-Git-Url: https://feistymeow.org/gitweb/?a=blobdiff_plain;f=nucleus%2Flibrary%2Ftests_crypto%2Ftest_rsa_crypto.cpp;h=adc85d5a61abd6acbeed056a09c6c1a83d11184b;hb=4922425fec93f09a36f049bd5ce7e50bb94de91b;hp=5652912596536616c5eb58a8918b441a9e473574;hpb=457b128b77b5b4a0b7dd3094de543de2ce1477ad;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); }