From e58ad31015fec0630eb5b0c5c86d8e2cb73cf38f Mon Sep 17 00:00:00 2001
From: =?UTF-8?q?Fredrik=20H=C3=BCbinette=20=28Hubbe=29?= <hubbe@hubbe.net>
Date: Fri, 10 Oct 1997 23:51:05 -0700
Subject: [PATCH] rsa test removed (since rsa seems to be gone)

Rev: src/modules/_Crypto/testsuite.in:1.5
---
 src/modules/_Crypto/testsuite.in | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/src/modules/_Crypto/testsuite.in b/src/modules/_Crypto/testsuite.in
index 9b860f0b54..b099f370ed 100644
--- a/src/modules/_Crypto/testsuite.in
+++ b/src/modules/_Crypto/testsuite.in
@@ -25,7 +25,7 @@ test_true([[programp(Crypto.des3)]])
 test_true([[programp(Crypto.des3_cbc)]])
 test_true([[programp(Crypto.des_cbc)]])
 test_true([[programp(Crypto.idea_cbc)]])
-test_true([[programp(Crypto.rsa)]])
+dnl test_true([[programp(Crypto.rsa)]])
 
 // Randomness submodule
 test_true([[objectp(Crypto.randomness)]])
-- 
GitLab