Attempt to fix osx build
This commit is contained in:
parent
ab9aaf2fe1
commit
7949ed63f3
|
@ -14,7 +14,7 @@ type pinentrySecretStoreInfo string
|
||||||
|
|
||||||
func (pi *pinentryInstance) useSecretStore(useSecretStore bool) (pinentrySecretStoreInfo, error) {
|
func (pi *pinentryInstance) useSecretStore(useSecretStore bool) (pinentrySecretStoreInfo, error) {
|
||||||
// unimplemented
|
// unimplemented
|
||||||
return false
|
return "", nil
|
||||||
}
|
}
|
||||||
|
|
||||||
func (pi *pinentryInstance) shouldStoreSecret(info pinentrySecretStoreInfo) bool {
|
func (pi *pinentryInstance) shouldStoreSecret(info pinentrySecretStoreInfo) bool {
|
||||||
|
|
Loading…
Reference in New Issue