We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 19863eb commit b77c6b7Copy full SHA for b77c6b7
1 file changed
crates/gpg/src/sign.rs
@@ -64,8 +64,6 @@ pub async fn create_signature(
64
tracing::debug!("Connecting to GPG agent");
65
use sequoia_gpg_agent as agent;
66
67
- prepare_agent_pinentry();
68
-
69
let ctx = agent::Context::new().context("Failed to create GPG agent context")?;
70
let agent = agent::Agent::connect(&ctx)
71
.await
0 commit comments