Skip to content

Commit b77c6b7

Browse files
committed
fix: remove prepare_agent_pinentry();
1 parent 19863eb commit b77c6b7

1 file changed

Lines changed: 0 additions & 2 deletions

File tree

crates/gpg/src/sign.rs

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -64,8 +64,6 @@ pub async fn create_signature(
6464
tracing::debug!("Connecting to GPG agent");
6565
use sequoia_gpg_agent as agent;
6666

67-
prepare_agent_pinentry();
68-
6967
let ctx = agent::Context::new().context("Failed to create GPG agent context")?;
7068
let agent = agent::Agent::connect(&ctx)
7169
.await

0 commit comments

Comments
 (0)