Attempt to fix osx build
This commit is contained in:
parent
ab9aaf2fe1
commit
7949ed63f3
1 changed files with 1 additions and 1 deletions
|
|
@ -14,7 +14,7 @@ type pinentrySecretStoreInfo string
|
|||
|
||||
func (pi *pinentryInstance) useSecretStore(useSecretStore bool) (pinentrySecretStoreInfo, error) {
|
||||
// unimplemented
|
||||
return false
|
||||
return "", nil
|
||||
}
|
||||
|
||||
func (pi *pinentryInstance) shouldStoreSecret(info pinentrySecretStoreInfo) bool {
|
||||
|
|
|
|||
Loading…
Reference in a new issue