X-Git-Url: https://feistymeow.org/gitweb/?a=blobdiff_plain;f=nucleus%2Flibrary%2Ftests_crypto%2Ftest_rsa_crypto.cpp;h=adc85d5a61abd6acbeed056a09c6c1a83d11184b;hb=4922425fec93f09a36f049bd5ce7e50bb94de91b;hp=0fa35239316089d33e272410c702ee7ea27b9699;hpb=68c13351f6768d8104716fc5757fbaf11bb02519;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 0fa35239..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()) {