updated with support for openssl 1.1.1, which is a bit premature
[feisty_meow.git] / nucleus / library / tests_crypto / test_blowfish_crypto.cpp
index e6fdd4b04526089688aa14719b1bf2ac3d375db4..980e988ad0e17a7775af5c6c4572780b4be626c4 100644 (file)
@@ -91,11 +91,21 @@ private:
 int test_blowfish::execute()
 {
   FUNCDEF("execute");
+#ifdef DEBUG_BLOWFISH
+  LOG(astring("starting blowfish test..."));
+#endif
   int left = THREAD_COUNT;
   while (left--) {
+#ifdef DEBUG_BLOWFISH
+  LOG(a_sprintf("blowfish thread %d starting...", left));
+#endif
     _threads.add_thread(new blowfish_thread(*this), true, NIL);
   }
 
+#ifdef DEBUG_BLOWFISH
+  LOG(astring("started all threads..."));
+#endif
+
   while (_threads.threads()) {
 #ifdef DEBUG_BLOWFISH
     LOG(astring("cleaning debris."));