gnunet-svn
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[libeufin] branch master updated: remove newlines


From: gnunet
Subject: [libeufin] branch master updated: remove newlines
Date: Tue, 31 Aug 2021 14:47:36 +0200

This is an automated email from the git hooks/post-receive script.

ms pushed a commit to branch master
in repository libeufin.

The following commit(s) were added to refs/heads/master by this push:
     new c90a6e1  remove newlines
c90a6e1 is described below

commit c90a6e18da30d26f68fa44b6f214191fea5eb144
Author: ms <ms@taler.net>
AuthorDate: Tue Aug 31 14:47:32 2021 +0200

    remove newlines
---
 .../src/main/kotlin/tech/libeufin/sandbox/EbicsProtocolBackend.kt   | 6 ------
 1 file changed, 6 deletions(-)

diff --git 
a/sandbox/src/main/kotlin/tech/libeufin/sandbox/EbicsProtocolBackend.kt 
b/sandbox/src/main/kotlin/tech/libeufin/sandbox/EbicsProtocolBackend.kt
index fddfc93..8505e0a 100644
--- a/sandbox/src/main/kotlin/tech/libeufin/sandbox/EbicsProtocolBackend.kt
+++ b/sandbox/src/main/kotlin/tech/libeufin/sandbox/EbicsProtocolBackend.kt
@@ -829,11 +829,8 @@ private suspend fun ApplicationCall.handleEbicsHpb(
         }
         this.hostID = ebicsHostInfo.hostID
     }
-
     val compressedOrderData = 
EbicsOrderUtil.encodeOrderDataXml(hpbRespondeData)
-
     val encryptionResult = CryptoUtil.encryptEbicsE002(compressedOrderData, 
subscriberKeys.encryptionPublicKey)
-
     respondEbicsKeyManagement("[EBICS_OK]", "000000", "000000", 
encryptionResult, "OR01")
 }
 
@@ -975,7 +972,6 @@ private fun handleEbicsHkd(requestContext: RequestContext): 
ByteArray {
                 )
             })
     }
-
     val str = XMLUtil.convertJaxbToString(hkd)
     return str.toByteArray()
 }
@@ -1022,9 +1018,7 @@ private fun 
handleEbicsDownloadTransactionInitialization(requestContext: Request
         "PTK" -> handleEbicsPTK()
         else -> throw EbicsInvalidXmlError()
     }
-
     val transactionID = EbicsOrderUtil.generateTransactionId()
-
     val compressedResponse = DeflaterInputStream(response.inputStream()).use {
         it.readAllBytes()
     }

-- 
To stop receiving notification emails like this one, please contact
gnunet@gnunet.org.



reply via email to

[Prev in Thread] Current Thread [Next in Thread]