mirror of
https://github.com/pgpainless/pgpainless.git
synced 2025-04-22 06:24:47 +02:00
Revert "SOP: encrypt: Apply CRLF encoding if text encoding is used"
This reverts commit cb6dde4e39
.
This commit is contained in:
parent
d5845d94a0
commit
8854429205
1 changed files with 0 additions and 4 deletions
|
@ -65,10 +65,6 @@ 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