Skip to content

Commit

Permalink
Fix XTEA test
Browse files Browse the repository at this point in the history
  • Loading branch information
fpoirotte committed Dec 27, 2017
1 parent 9100fa2 commit b8bb1a8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/cipher_xtea.phpt
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ tomcrypt - XTEA cipher
// In LibTomCrypt <= 1.17, the implementation was broken.
$hash = "2526d5df8f9a228cf20ba90982aed4a5e951ac5f";
print "skip XTEA is broken in this version of LibTomCrypt " .
"(see https://github.com/libtom/libtomcrypt/commit/$hash)"
"(see https://github.com/libtom/libtomcrypt/commit/$hash)";
}
?>
--FILE--
Expand Down

0 comments on commit b8bb1a8

Please sign in to comment.