That is done

This commit is contained in:
Stephen Paul Weber 2010-03-31 08:56:57 -05:00
parent 93569f967c
commit c7a5ec04fd
1 changed files with 0 additions and 1 deletions

View File

@ -354,7 +354,6 @@ class OpenPGP_SignaturePacket extends OpenPGP_Packet {
$this->hash_head = $this->read_unpacked(2, 'n');
$this->size = $this->read_unpacked(2, 'n');
$this->data = $this->read_bytes($this->size);
// TODO: parse hashed/unhashed subpackets
break;
}
}