That is done
This commit is contained in:
parent
93569f967c
commit
c7a5ec04fd
@ -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;
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user