mirror of
https://github.com/openpgpjs/openpgpjs.git
synced 2026-03-13 20:05:14 +00:00
Test cleanup, and fall out from that. test/crypto/openpgp.crypto.js is
still broken because DSA still has issues. I'm guessing elgamal will too once the DSA ones are fixed.
This commit is contained in:
@@ -34,8 +34,6 @@ module.exports = function packet_symmetrically_encrypted() {
|
||||
* @type {openpgp_packetlist} */
|
||||
this.packets;
|
||||
|
||||
|
||||
|
||||
this.read = function(bytes) {
|
||||
this.encrypted = bytes;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user