That is done
This commit is contained in:
@@ -354,7 +354,6 @@ class OpenPGP_SignaturePacket extends OpenPGP_Packet {
|
|||||||
$this->hash_head = $this->read_unpacked(2, 'n');
|
$this->hash_head = $this->read_unpacked(2, 'n');
|
||||||
$this->size = $this->read_unpacked(2, 'n');
|
$this->size = $this->read_unpacked(2, 'n');
|
||||||
$this->data = $this->read_bytes($this->size);
|
$this->data = $this->read_bytes($this->size);
|
||||||
// TODO: parse hashed/unhashed subpackets
|
|
||||||
break;
|
break;
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
Reference in New Issue
Block a user