forked from Silverfish/proton-bridge
GODT-1626: Update gopenpgp v2.4.7
This patch also replaces the deprecated calls to `SeparateKeyAndData` with `SplitMessage`.
This commit is contained in:
@ -320,7 +320,7 @@ func encryptSymmDecryptKey(
|
||||
return
|
||||
}
|
||||
|
||||
pgpSplitMessage, err := pgpMessage.SeparateKeyAndData(len(textToEncrypt), 0)
|
||||
pgpSplitMessage, err := pgpMessage.SplitMessage()
|
||||
if err != nil {
|
||||
return
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user