Closed
Bug 1834942
Opened 2 years ago
Closed 2 years ago
security/manager/ssl/KeychainSecret.cpp:27:17: error: use of undeclared identifier 'SecKeychainLock'; did you mean 'SecKeychainRef'?
Categories
(Core :: Security: PSM, defect)
Tracking
()
RESOLVED
DUPLICATE
of bug 1842303
People
(Reporter: glandium, Unassigned)
References
(Blocks 1 open bug)
Details
Building with --target=aarch64-apple-ios fails with (among many other things):
0:05.71 In file included from Unified_cpp_security_manager_ssl0.cpp:92:
0:05.71 /tmp/gecko/security/manager/ssl/KeychainSecret.cpp:27:17: error: use of undeclared identifier 'SecKeychainLock'; did you mean 'SecKeychainRef'?
0:05.71 OSStatus rv = SecKeychainLock(nullptr);
0:05.71 ^
0:05.71 /tmp/gecko/iPhoneOS16.4.sdk/System/Library/Frameworks/Security.framework/Headers/SecBase.h:132:51: note: 'SecKeychainRef' declared here
0:05.71 typedef struct CF_BRIDGED_TYPE(id) __SecKeychain *SecKeychainRef
0:05.71 ^
0:05.77 In file included from Unified_cpp_security_manager_ssl0.cpp:92:
0:05.77 /tmp/gecko/security/manager/ssl/KeychainSecret.cpp:41:17: error: use of undeclared identifier 'SecKeychainUnlock'
0:05.77 OSStatus rv = SecKeychainUnlock(nullptr, 0, nullptr, false);
0:05.77 ^
Updated•2 years ago
|
Group: mozilla-employee-confidential
Comment 1•2 years ago
|
||
The severity field is not set for this bug.
:keeler, could you have a look please?
For more information, please visit BugBot documentation.
Flags: needinfo?(dkeeler)
Comment 2•2 years ago
|
||
I'll take care of this in bug 1842303.
Status: NEW → RESOLVED
Closed: 2 years ago
Duplicate of bug: 1842303
Flags: needinfo?(dkeeler)
Resolution: --- → DUPLICATE
Updated•1 year ago
|
Group: mozilla-employee-confidential
You need to log in
before you can comment on or make changes to this bug.
Description
•