mirror of
https://github.com/pgpainless/pgpainless.git
synced 2025-12-14 00:01:08 +01:00
Fix spotless issues and uncomment check
This commit is contained in:
parent
24a251fbc2
commit
599e51d7d7
3 changed files with 16 additions and 15 deletions
|
|
@ -347,13 +347,12 @@ class OpenPgpMessageInputStream(
|
|||
syntaxVerifier.next(InputSymbol.ENCRYPTED_DATA)
|
||||
|
||||
val encDataList = packetInputStream!!.readEncryptedDataList()
|
||||
/*
|
||||
if (encDataList.isEmpty) {
|
||||
LOGGER.debug(
|
||||
"Missing encrypted session key packet.")
|
||||
LOGGER.debug("Missing encrypted session key packet.")
|
||||
return false
|
||||
}
|
||||
|
||||
|
||||
*/
|
||||
|
||||
if (!encDataList.isIntegrityProtected &&
|
||||
!encDataList.isEmpty &&
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue