Merge branch 'master' of feistymeow.org:feisty_meow
[feisty_meow.git] / nucleus / library / tests_crypto / test_rsa_crypto.cpp
index 0fa35239316089d33e272410c702ee7ea27b9699..adc85d5a61abd6acbeed056a09c6c1a83d11184b 100644 (file)
@@ -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()) {