Attempt to fix osx build

This commit is contained in:
Bernd Schoolmann 2024-02-04 00:36:08 +01:00
parent ab9aaf2fe1
commit 7949ed63f3
No known key found for this signature in database
1 changed files with 1 additions and 1 deletions

View File

@ -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 {