From c3f7c30eea59a33e88bbdea77ea8b625a1b8b1a4 Mon Sep 17 00:00:00 2001 From: mhasbini Date: Sun, 10 Feb 2019 13:12:01 +0200 Subject: [PATCH] Remove debug lines from -m 1411 unit test --- tools/test_modules/m01411.pm | 8 -------- 1 file changed, 8 deletions(-) diff --git a/tools/test_modules/m01411.pm b/tools/test_modules/m01411.pm index 55e541802..0ab26a9c5 100644 --- a/tools/test_modules/m01411.pm +++ b/tools/test_modules/m01411.pm @@ -13,9 +13,6 @@ use MIME::Base64 qw (encode_base64 decode_base64); sub module_constraints { [[0, 255], [0, 255], [0, 55], [0, 55], [0, 55]] } - -# static const char *ST_HASH_01411 = "{SSHA256}L5Wk0zPY2lmoR5pH20zngq37KkxFwgTquEhx95rxfVk3Ng=="; - sub module_generate_hash { my $word = shift; @@ -42,11 +39,6 @@ sub module_verify_hash my $signature = substr ($hash, 0, 9); my $plain_base64 = substr ($hash, 9); - print "line: $line\n"; - print "hash: $hash\n"; - print "signature: $signature\n"; - print "plain_base64: $plain_base64\n"; - return unless ($signature eq "{SSHA256}"); return unless defined $plain_base64;