deep mods
[feisty_meow.git] / nucleus / library / tests_crypto / test_rsa_crypto.cpp
index 5652912596536616c5eb58a8918b441a9e473574..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()) {
@@ -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);
   }