Skip to content

Commit 77be16b

Browse files
committed
cleanup
Signed-off-by: alperozturk96 <alper_ozturk@proton.me>
1 parent 48ea045 commit 77be16b

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

app/src/main/java/com/owncloud/android/utils/EncryptionUtilsV2.kt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -997,7 +997,7 @@ class EncryptionUtilsV2 {
997997

998998
return certs.any { cert ->
999999
runCatching {
1000-
signer.verify(verifierBuilder.build(cert))
1000+
signer.verify(verifierBuilder.build(cert.publicKey))
10011001
}.getOrElse {
10021002
Log_OC.e(TAG, "Exception verifySignedData: $it")
10031003
false

0 commit comments

Comments
 (0)