Update copyright notice due to complete rewrite of src/openpgp.js
This commit is contained in:
parent
2ad425294c
commit
4aaa1d3184
|
@ -1,5 +1,5 @@
|
||||||
// GPG4Browsers - An OpenPGP implementation in javascript
|
// OpenPGP.js - An OpenPGP implementation in javascript
|
||||||
// Copyright (C) 2011 Recurity Labs GmbH
|
// Copyright (C) 2016 Tankred Hase
|
||||||
//
|
//
|
||||||
// This library is free software; you can redistribute it and/or
|
// This library is free software; you can redistribute it and/or
|
||||||
// modify it under the terms of the GNU Lesser General Public
|
// modify it under the terms of the GNU Lesser General Public
|
||||||
|
@ -272,7 +272,9 @@ export function encryptSessionKey({ sessionKey, algo, publicKeys, passwords }) {
|
||||||
}
|
}
|
||||||
|
|
||||||
return execute(() => ({
|
return execute(() => ({
|
||||||
|
|
||||||
data: messageLib.encryptSessionKey(sessionKey, algo, publicKeys, passwords).packets.write()
|
data: messageLib.encryptSessionKey(sessionKey, algo, publicKeys, passwords).packets.write()
|
||||||
|
|
||||||
}), 'Error encrypting session key!');
|
}), 'Error encrypting session key!');
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue
Block a user