mirror of
https://github.com/pgpainless/pgpainless.git
synced 2025-04-10 00:28:36 +02:00
parent
25c720b033
commit
cb6dde4e39
1 changed files with 4 additions and 0 deletions
|
@ -65,6 +65,10 @@ class EncryptImpl : Encrypt {
|
|||
.setAsciiArmor(armor)
|
||||
.setEncoding(modeToStreamEncoding(mode))
|
||||
|
||||
if (modeToStreamEncoding(mode) != StreamEncoding.BINARY) {
|
||||
options.applyCRLFEncoding()
|
||||
}
|
||||
|
||||
signingKeys.forEach {
|
||||
try {
|
||||
signingOptions!!.addInlineSignature(protector, it, modeToSignatureType(mode))
|
||||
|
|
Loading…
Add table
Reference in a new issue