Skip to content

Commit ea3cd9a

Browse files
committed
Check deprecated "always" option
1 parent 9ca8e40 commit ea3cd9a

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

Tests/X509Tests/SignatureTests.swift

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -472,7 +472,7 @@ final class SignatureTests: XCTestCase {
472472
static func generateSecKey(keyType: CFString, keySize: Int, useSEP: Bool) throws -> SecKey {
473473
let access = SecAccessControlCreateWithFlags(
474474
kCFAllocatorDefault,
475-
kSecAttrAccessibleAfterFirstUnlock,
475+
kSecAttrAccessibleAlwaysThisDeviceOnly,
476476
.privateKeyUsage,
477477
nil
478478
)!

0 commit comments

Comments
 (0)