From 4868f0366d28212815fb98196682574ddf5ece82 Mon Sep 17 00:00:00 2001
From: =?UTF-8?q?Niels=20M=C3=B6ller?= <nisse@lysator.liu.se>
Date: Sat, 16 Jun 2001 19:58:39 +0200
Subject: [PATCH] * testsuite/blowfish-test.m4: Fixed test.

Rev: src/nettle/testsuite/blowfish-test.m4:1.4
---
 testsuite/blowfish-test.m4 | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/testsuite/blowfish-test.m4 b/testsuite/blowfish-test.m4
index 3326a613..0c6157af 100644
--- a/testsuite/blowfish-test.m4
+++ b/testsuite/blowfish-test.m4
@@ -15,7 +15,7 @@ if (!MEMEQ(BLOWFISH_BLOCK_SIZE, cipher, H("32 4E D0 FE F4 13 A2 03")))
   FAIL;
 
 blowfish_decrypt(&ctx, BLOWFISH_BLOCK_SIZE, clear, cipher);
-if (!MEMEQ(16, "BLOWFISH", clear))
+if (!MEMEQ(BLOWFISH_BLOCK_SIZE, "BLOWFISH", clear))
   FAIL;
 
 /* FIXME: All values below are bogus. */
-- 
GitLab