Update crypto/message.go
This commit is contained in:
parent
e1f6ea603a
commit
53010fdee7
1 changed files with 1 additions and 1 deletions
|
|
@ -354,7 +354,7 @@ Loop:
|
||||||
|
|
||||||
// SeparateKeyAndData splits the message into key and data packet(s).
|
// SeparateKeyAndData splits the message into key and data packet(s).
|
||||||
// Parameters are for backwards compatibility and are unused.
|
// Parameters are for backwards compatibility and are unused.
|
||||||
// Deprecated in favor of SplitMessage().
|
// Deprecated: use SplitMessage().
|
||||||
func (msg *PGPMessage) SeparateKeyAndData(_ int, _ int) (*PGPSplitMessage, error) {
|
func (msg *PGPMessage) SeparateKeyAndData(_ int, _ int) (*PGPSplitMessage, error) {
|
||||||
return msg.SplitMessage()
|
return msg.SplitMessage()
|
||||||
}
|
}
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue