Fix decode output for v5 (incorrect hash algo name)

This commit is contained in:
Thibaud Fabre
2014-11-08 16:28:19 +01:00
parent 6ef25d3040
commit 61ba697853
2 changed files with 2 additions and 2 deletions
+1 -1
View File
@@ -95,7 +95,7 @@ class DecodeCommand extends Command
$version = '3 (name based, MD5)';
$content = array(
array('', 'content:', substr(chunk_split($uuid->getHex(), 2, ':'), 0, -1)),
array('', '', '(not decipherable: SHA1 message digest only)'),
array('', '', '(not decipherable: MD5 message digest only)'),
);
break;
case 4: