Update ProtonMail/crypto (#42)
This commit is contained in:
parent
599adb6b2d
commit
486e1220a1
5 changed files with 6 additions and 15 deletions
|
|
@ -195,7 +195,7 @@ func (keyRing *KeyRing) Copy() (*KeyRing, error) {
|
|||
if entity.PrivateKey == nil {
|
||||
err = entity.Serialize(&buffer)
|
||||
} else {
|
||||
err = entity.SerializePrivateNoSign(&buffer, nil)
|
||||
err = entity.SerializePrivateWithoutSigning(&buffer, nil)
|
||||
}
|
||||
|
||||
if err != nil {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue