File: use-go-pinentry-instead-of-minimal.patch

package info (click to toggle)
yubikey-agent 0.1.6-1
  • links: PTS, VCS
  • area: main
  • in suites: experimental
  • size: 144 kB
  • sloc: makefile: 4
file content (16 lines) | stat: -rw-r--r-- 404 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
From: Simon Josefsson <simon@josefsson.org>
Last-Update: 2025-08-24

diff --git a/prompt_pinentry.go b/prompt_pinentry.go
index 5448a65..a3484b3 100644
--- a/prompt_pinentry.go
+++ b/prompt_pinentry.go
@@ -12,7 +12,7 @@ package main
 import (
 	"fmt"
 
-	"github.com/twpayne/go-pinentry-minimal/pinentry"
+	"github.com/twpayne/go-pinentry"
 )
 
 func getPIN(serial uint32, retries int) (string, error) {