keychain: Fix storing of new keychain item on older macOS versions
Older versions are more picky regarding SecItemCopyMatching. According to docu, one output type must be given, and also an actual output variable must be passed (as tests show). Only then, a 10.7 system accepts that search call.
Showing
Please register or sign in to comment