From: Fred T. Hamster Date: Tue, 24 Feb 2026 20:20:20 +0000 (-0500) Subject: breaking change adding blowfish tester back X-Git-Url: https://feistymeow.org/gitweb/?a=commitdiff_plain;h=558360a6251814f2c2d721b38ac31786be0012e0;p=feisty_meow.git breaking change adding blowfish tester back this test is known to explode at runtime. now looking into why... --- diff --git a/nucleus/library/tests_crypto/makefile b/nucleus/library/tests_crypto/makefile index 89e9b552..d7d3f49e 100644 --- a/nucleus/library/tests_crypto/makefile +++ b/nucleus/library/tests_crypto/makefile @@ -2,8 +2,7 @@ include cpp/variables.def PROJECT = tests_crypto TYPE = test -TARGETS = test_rsa_crypto.exe -#temporarily off! test_blowfish_crypto.exe +TARGETS = test_blowfish_crypto.exe test_rsa_crypto.exe LOCAL_LIBS_USED = unit_test crypto application processes loggers configuration textual timely \ filesystem structures basis USE_SSL = t diff --git a/nucleus/library/tests_crypto/makefile.crypto_breaker b/nucleus/library/tests_crypto/makefile.crypto_breaker deleted file mode 100644 index d7d3f49e..00000000 --- a/nucleus/library/tests_crypto/makefile.crypto_breaker +++ /dev/null @@ -1,12 +0,0 @@ -include cpp/variables.def - -PROJECT = tests_crypto -TYPE = test -TARGETS = test_blowfish_crypto.exe test_rsa_crypto.exe -LOCAL_LIBS_USED = unit_test crypto application processes loggers configuration textual timely \ - filesystem structures basis -USE_SSL = t -RUN_TARGETS = $(ACTUAL_TARGETS) - -include cpp/rules.def -