Update crypto/message.go

This commit is contained in:
wussler 2022-03-01 09:14:38 +01:00 committed by GitHub
parent e1f6ea603a
commit 53010fdee7
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -354,7 +354,7 @@ Loop:
// SeparateKeyAndData splits the message into key and data packet(s).
// Parameters are for backwards compatibility and are unused.
// Deprecated in favor of SplitMessage().
// Deprecated: use SplitMessage().
func (msg *PGPMessage) SeparateKeyAndData(_ int, _ int) (*PGPSplitMessage, error) {
return msg.SplitMessage()
}