Skip to content

Commit

Permalink
Removed unused PIVDataType.
Browse files Browse the repository at this point in the history
  • Loading branch information
jensutbult committed May 7, 2024
1 parent 403173d commit 03402e8
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion YubiKit/YubiKit/PIV/PIVDataTypes.swift
Original file line number Diff line number Diff line change
Expand Up @@ -82,7 +82,6 @@ public enum PIVKeyType: UInt8 {
guard let type = attributes[kSecAttrKeyType] as? String else { return nil }
let secAttrKeyTypeRSA = kSecAttrKeyTypeRSA as String
let secAttrKeyTypeEC = kSecAttrKeyTypeEC as String
let secAttrKeyTypeECSECPrimeRandom = kSecAttrKeyTypeECSECPrimeRandom as String
switch type {
case secAttrKeyTypeRSA:
switch size {
Expand Down

0 comments on commit 03402e8

Please sign in to comment.