aboutsummaryrefslogtreecommitdiff
path: root/ssh
diff options
context:
space:
mode:
Diffstat (limited to 'ssh')
-rw-r--r--ssh/src/main/kotlin/app/passwordstore/ssh/utils/SSHKeyUtils.kt2
1 files changed, 0 insertions, 2 deletions
diff --git a/ssh/src/main/kotlin/app/passwordstore/ssh/utils/SSHKeyUtils.kt b/ssh/src/main/kotlin/app/passwordstore/ssh/utils/SSHKeyUtils.kt
index 86ce478e..d192ea21 100644
--- a/ssh/src/main/kotlin/app/passwordstore/ssh/utils/SSHKeyUtils.kt
+++ b/ssh/src/main/kotlin/app/passwordstore/ssh/utils/SSHKeyUtils.kt
@@ -17,7 +17,6 @@ internal object SSHKeyUtils {
Regex("END .* PRIVATE KEY").containsMatchIn(lines.last())
}
- @Suppress("BlockingMethodInNonBlockingContext")
suspend fun getOrCreateWrappedPrivateKeyFile(
context: Context,
requiresAuthentication: Boolean,
@@ -36,7 +35,6 @@ internal object SSHKeyUtils {
}
}
- @Suppress("BlockingMethodInNonBlockingContext")
private suspend fun getOrCreateWrappingMasterKey(
context: Context,
requireAuthentication: Boolean